syntax/eo: add [[ ... ]] comments

This commit is contained in:
Jean Guyomarc'h 2016-01-24 22:51:35 +01:00
parent 5ff4ec8d8f
commit 92059086f4
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ syn region eoTypeParen start='<' end='>' transparent
syn region eoBlock start="{" end="}" transparent fold
syn region eo_comment start="\/\*" end="\*\/" contains=@eoCommentGroup
syn region eo_comment start="\[\[" end="\]\]" contains=@eoCommentGroup
" Numbers
"integer number, or floating point number without a dot and with "f".