mirror of
https://github.com/zoriya/vim.git
synced 2026-05-28 09:08:26 +00:00
Update runtime files.
This commit is contained in:
@@ -227,7 +227,7 @@ syn match maximaFloat /\<\d\+[BbDdEeSs][-+]\=\d\+\>/
|
||||
" Comments:
|
||||
" maxima supports /* ... */ (like C)
|
||||
syn keyword maximaTodo contained TODO Todo DEBUG
|
||||
syn region maximaCommentBlock start="/\*" end="\*/" contains=maximaString,maximaTodo
|
||||
syn region maximaCommentBlock start="/\*" end="\*/" contains=maximaString,maximaTodo,maximaCommentBlock
|
||||
|
||||
" synchronizing
|
||||
syn sync match maximaSyncComment grouphere maximaCommentBlock "/*"
|
||||
|
||||
Reference in New Issue
Block a user