diff --git a/vim/syntax/lips.vim b/vim/syntax/lips.vim index 1f0d874..d9bbbfa 100644 --- a/vim/syntax/lips.vim +++ b/vim/syntax/lips.vim @@ -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