Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Add set_from_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
davewongillies authored and PotatoesMaster committed Jul 3, 2018
1 parent 2e50adc commit ded968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/i3.vim
Expand Up @@ -56,7 +56,7 @@ syn keyword i3SeparatorSymbol separator_symbol nextgroup=@i3String skipwhite

" Set statement
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
syn keyword i3WsKeyword workspace nextgroup=i3WsSpecialParam,@i3String skipwhite
Expand Down

0 comments on commit ded968c

Please sign in to comment.