Skip to content

Commit

Permalink
Update kitty-session.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
fladson committed Nov 8, 2024
1 parent 8fd85b5 commit 5cbe145
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion syntax/kitty-session.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ syn region kittyString start=+'+ skip=+\\\\\|\\'+ end=+'+ oneline
syn keyword kittyTodo contained TODO FIXME XXX contained

syn keyword kittySessionCommand
\ launch
\ new_tab
\ new_os_window
\ layout
\ launch
\ focus
\ focus_os_window
\ enabled_layouts
\ cd
\ title
\ os_window_size
\ os_window_class
\ os_window_state
\ resize_window
\ focus_matching_window

hi def link kittySessionCommand Keyword
hi def link kittyComment Comment
Expand Down

0 comments on commit 5cbe145

Please sign in to comment.