Skip to content

Commit 9a90c68

Browse files
Fix #26. Kitty 0.28.1 update. (#27)
* Fix #26. Kitty 0.28.1 update. * run gen-syntax.py --------- Co-authored-by: Fladson Gomes <fladsonthiago@gmail.com>
1 parent 11ed0c3 commit 9a90c68

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Syntax highlighting for Kitty terminal config files.
44

5-
Keywords based on `v0.27.1`
5+
Keywords based on `v0.28.1`
66

77
See [screenshot](https://github.com/fladson/vim-kitty/wiki) for a visual explanation of what this plugin does.
88

syntax/kitty.vim

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,19 @@ syn keyword kittyKeyword contained
7979
\ detect_urls dim_opacity disable_ligatures draw_minimal_borders dynamic_background_opacity editor enable_audio_bell enabled_layouts
8080
\ env exe_search_path file_transfer_confirmation_bypass focus_follows_mouse font_family font_features font_size force_ltr
8181
\ foreground hide_window_decorations inactive_border_color inactive_tab_background inactive_tab_font_style inactive_tab_foreground inactive_text_alpha initial_window_height
82-
\ initial_window_width input_delay italic_font kitten_alias kitty_mod linux_display_server listen_on macos_colorspace
83-
\ macos_custom_beam_cursor macos_hide_from_tasks macos_menubar_title_max_length macos_option_as_alt macos_quit_when_last_window_closed macos_show_window_title_in macos_thicken_font macos_titlebar_color
84-
\ macos_traditional_fullscreen macos_window_resizable map mark1_background mark1_foreground mark2_background mark2_foreground mark3_background
85-
\ mark3_foreground modify_font mouse_hide_wait mouse_map narrow_symbols open_url_with paste_actions placement_strategy
86-
\ pointer_shape_when_dragging pointer_shape_when_grabbed remember_window_size remote_control_password repaint_delay resize_debounce_time resize_draw_strategy resize_in_steps
87-
\ scrollback_fill_enlarged_window scrollback_lines scrollback_pager scrollback_pager_history_size select_by_word_characters select_by_word_characters_forward selection_background selection_foreground
88-
\ shell shell_integration show_hyperlink_targets single_window_margin_width startup_session strip_trailing_spaces symbol_map sync_to_monitor
89-
\ tab_activity_symbol tab_bar_align tab_bar_background tab_bar_edge tab_bar_margin_color tab_bar_margin_height tab_bar_margin_width tab_bar_min_tabs
90-
\ tab_bar_style tab_fade tab_powerline_style tab_separator tab_switch_strategy tab_title_max_length tab_title_template term
91-
\ touch_scroll_multiplier undercurl_style update_check_interval url_color url_excluded_characters url_prefixes url_style visual_bell_color
92-
\ visual_bell_duration visual_window_select_characters watcher wayland_titlebar_color wheel_scroll_min_lines wheel_scroll_multiplier window_alert_on_bell window_border_width
93-
\ window_logo_alpha window_logo_path window_logo_position window_margin_width window_padding_width window_resize_step_cells window_resize_step_lines
82+
\ initial_window_width input_delay italic_font kitten_alias kitty_mod linux_bell_theme linux_display_server listen_on
83+
\ macos_colorspace macos_custom_beam_cursor macos_hide_from_tasks macos_menubar_title_max_length macos_option_as_alt macos_quit_when_last_window_closed macos_show_window_title_in macos_thicken_font
84+
\ macos_titlebar_color macos_traditional_fullscreen macos_window_resizable map mark1_background mark1_foreground mark2_background mark2_foreground
85+
\ mark3_background mark3_foreground modify_font mouse_hide_wait mouse_map narrow_symbols open_url_with paste_actions
86+
\ placement_strategy pointer_shape_when_dragging pointer_shape_when_grabbed remember_window_size remote_control_password repaint_delay resize_debounce_time resize_draw_strategy
87+
\ resize_in_steps scrollback_fill_enlarged_window scrollback_lines scrollback_pager scrollback_pager_history_size select_by_word_characters select_by_word_characters_forward selection_background
88+
\ selection_foreground shell shell_integration show_hyperlink_targets single_window_margin_width startup_session strip_trailing_spaces symbol_map
89+
\ sync_to_monitor tab_activity_symbol tab_bar_align tab_bar_background tab_bar_edge tab_bar_margin_color tab_bar_margin_height tab_bar_margin_width
90+
\ tab_bar_min_tabs tab_bar_style tab_fade tab_powerline_style tab_separator tab_switch_strategy tab_title_max_length tab_title_template
91+
\ term text_composition_strategy touch_scroll_multiplier undercurl_style update_check_interval url_color url_excluded_characters url_prefixes
92+
\ url_style visual_bell_color visual_bell_duration visual_window_select_characters watcher wayland_titlebar_color wheel_scroll_min_lines wheel_scroll_multiplier
93+
\ window_alert_on_bell window_border_width window_logo_alpha window_logo_path window_logo_position window_margin_width window_padding_width window_resize_step_cells
94+
\ window_resize_step_lines
9495
syn keyword kittyAction contained
9596
\ change_font_size clear_selection clear_terminal close_os_window close_other_tabs_in_os_window close_other_windows_in_tab close_shared_ssh_connections close_tab
9697
\ close_window close_window_with_confirmation combine copy_and_clear_or_interrupt copy_ansi_to_clipboard copy_or_interrupt copy_to_buffer copy_to_clipboard

0 commit comments

Comments
 (0)