Merge remote-tracking branch 'dylanwh/master'
* dylanwh/master: comments can start anywhere. add keywords
This commit is contained in:
commit
ebb0b1c45e
@ -22,7 +22,7 @@ syn match i3QuotedString '"[^"]\+"' contained
|
|||||||
syn cluster i3String contains=i3SimpleString,i3QuotedString
|
syn cluster i3String contains=i3SimpleString,i3QuotedString
|
||||||
|
|
||||||
" Config commands
|
" Config commands
|
||||||
syn keyword i3ConfigCommand bind bindcode bindsym assign new_window popup_during_fullscreen font floating_modifier default_orientation workspace_layout for_window focus_folows_mouse bar position colors output tray_output workspace_buttons
|
syn keyword i3ConfigCommand bind bindcode bindsym assign new_window popup_during_fullscreen font floating_modifier floating_minimum_size floating_maximum_size default_orientation workspace_layout for_window focus_folows_mouse bar position colors output tray_output workspace_buttons
|
||||||
syn match i3IpcSocket "ipc-socket" nextgroup=@i3String skipwhite
|
syn match i3IpcSocket "ipc-socket" nextgroup=@i3String skipwhite
|
||||||
|
|
||||||
" Command keywords
|
" Command keywords
|
||||||
@ -54,7 +54,7 @@ syn keyword i3ModeKeyword mode nextgroup=@i3String skipwhite
|
|||||||
|
|
||||||
" Comments
|
" Comments
|
||||||
syn keyword i3Todo contained TODO FIXME XXX NOTE
|
syn keyword i3Todo contained TODO FIXME XXX NOTE
|
||||||
syn match i3Comment "#.*$" contains=i3Todo
|
syn match i3Comment "^\s*#.*$" contains=i3Todo
|
||||||
|
|
||||||
" Error (at end of line)
|
" Error (at end of line)
|
||||||
syn match i3Error ".*$" contained
|
syn match i3Error ".*$" contained
|
||||||
|
Loading…
Reference in New Issue
Block a user