From ded968c158eaafd4a2baa72a0982fdbb527ea883 Mon Sep 17 00:00:00 2001 From: Dave Wongillies Date: Mon, 27 Nov 2017 22:26:16 -0800 Subject: [PATCH] Add set_from_resource --- syntax/i3.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/i3.vim b/syntax/i3.vim index 68e2ae8..7de599d 100644 --- a/syntax/i3.vim +++ b/syntax/i3.vim @@ -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