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:
parent
14af034523
commit
bd0d95ec39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue