port the entire old config parser to the new one

This commit is contained in:
Michael Stapelberg
2012-10-08 13:23:48 +02:00
parent 6f9e6c16c8
commit 40c624e1c4
4 changed files with 950 additions and 30 deletions

View 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