1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07: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 region lipsString start=/"/ skip=/\\"/ end=/"/
syn region asmComment start="/\*" end="\*/"
syn region lipsComment start="/\*" end="\*/"
syn match lipsComment /\(\/\/\|;\).*/
syn match lipsNumber /\<[+-]\?\d\+\>/ " Decimal numbers