From 10c7a86feb8d7d96cbdd62e705fba7e635d40e86 Mon Sep 17 00:00:00 2001 From: Emanuel Guevel Date: Thu, 22 Oct 2015 18:47:42 +0200 Subject: [PATCH] Support separator_symbol --- syntax/i3.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syntax/i3.vim b/syntax/i3.vim index 45a8a0e..a7b038c 100644 --- a/syntax/i3.vim +++ b/syntax/i3.vim @@ -49,6 +49,9 @@ syn keyword i3StatusCommandKeyword status_command nextgroup=i3StatusCommand skip " Font statement syn keyword i3FontStatement font nextgroup=@i3String skipwhite +" Separator symbol +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 @@ -118,6 +121,7 @@ highlight link i3IpcSocket Define highlight link i3SetKeyword Define highlight link i3ModeKeyword Define highlight link i3FontStatement Define +highlight link i3SeparatorSymbol Define highlight link i3StatusCommandKeyword Define highlight link i3BordersConfigCommand Define