X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=parser-specs%2Fhighlighting.vim;h=e0966d57e2fe4489a8c2417a0914d3b9d15736f0;hb=4c1ca3e29a336cd6b1613a9c2605bada2cfb85fc;hp=f3d1aaba7204de796e00bf3ce72ffd5afff359de;hpb=51728bab77210a1050f11df0f0e27b3b88dc6674;p=i3%2Fi3 diff --git a/parser-specs/highlighting.vim b/parser-specs/highlighting.vim index f3d1aaba..e0966d57 100644 --- a/parser-specs/highlighting.vim +++ b/parser-specs/highlighting.vim @@ -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