]> git.sur5r.net Git - i3/i3/blobdiff - parser-specs/highlighting.vim
Merge branch 'release-4.16.1'
[i3/i3] / parser-specs / highlighting.vim
index f3d1aaba7204de796e00bf3ce72ffd5afff359de..e0966d57e2fe4489a8c2417a0914d3b9d15736f0 100644 (file)
@@ -9,7 +9,7 @@ syntax match i3specComment /#.*/
 highlight link i3specComment Comment
 
 syntax region i3specLiteral start=/'/ end=/'/
-syntax keyword i3specToken string word end
+syntax keyword i3specToken string word number end
 highlight link i3specLiteral String
 highlight link i3specToken String