1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

fix a class in lips highlighting

This commit is contained in:
Connor Olding 2016-01-23 23:02:26 -08:00
parent 14af034523
commit bd0d95ec39

View file

@ -12,7 +12,7 @@ endif
syn case ignore syn case ignore
syn region lipsString start=/"/ skip=/\\"/ end=/"/ syn region lipsString start=/"/ skip=/\\"/ end=/"/
syn region asmComment start="/\*" end="\*/" syn region lipsComment start="/\*" end="\*/"
syn match lipsComment /\(\/\/\|;\).*/ syn match lipsComment /\(\/\/\|;\).*/
syn match lipsNumber /\<[+-]\?\d\+\>/ " Decimal numbers syn match lipsNumber /\<[+-]\?\d\+\>/ " Decimal numbers