Add set_from_resource
This commit is contained in:
parent
2e50adc763
commit
ded968c158
@ -56,7 +56,7 @@ syn keyword i3SeparatorSymbol separator_symbol nextgroup=@i3String skipwhite
|
|||||||
|
|
||||||
" Set statement
|
" Set statement
|
||||||
syn match i3SetVar "\$\w\+" contained nextgroup=@i3String skipwhite
|
syn match i3SetVar "\$\w\+" contained nextgroup=@i3String skipwhite
|
||||||
syn keyword i3SetKeyword set nextgroup=i3SetVar skipwhite
|
syn keyword i3SetKeyword set set_from_resource nextgroup=i3SetVar skipwhite
|
||||||
|
|
||||||
" Workspaces
|
" Workspaces
|
||||||
syn keyword i3WsKeyword workspace nextgroup=i3WsSpecialParam,@i3String skipwhite
|
syn keyword i3WsKeyword workspace nextgroup=i3WsSpecialParam,@i3String skipwhite
|
||||||
|
Loading…
Reference in New Issue
Block a user