Update syntax files

This commit is contained in:
Zachary Yedidia
2016-03-25 16:41:36 -04:00
parent 248609a90a
commit d1d55277f7
65 changed files with 353 additions and 377 deletions

View File

@@ -16,5 +16,5 @@ color constant "\\[abfnrtv'\"\\]"
color constant "\\([0-7]{3}|x[A-Fa-f0-9]{2}|u[A-Fa-f0-9]{4}|U[A-Fa-f0-9]{8})"
color constant "`[^`]*`"
color comment "(^|[[:space:]])//.*"
color comment (s) "/\*.*?\*/"
color comment start="/\*" end="\*/"
color todo "TODO:?"