diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-28 14:48:04 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-28 14:48:04 +0100 |
commit | a8d08c8a49a5757fa479e5b51ee774d1b991f56b (patch) | |
tree | 983d72c7ef1e8d20fd3f179c826dbb2b35889a2a /syntax/scala.vim | |
parent | 7679a92627661ef2d6878079a5c53bf3669aabf7 (diff) | |
download | vim-polyglot-a8d08c8a49a5757fa479e5b51ee774d1b991f56b.tar.gz vim-polyglot-a8d08c8a49a5757fa479e5b51ee774d1b991f56b.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | syntax/scala.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/scala.vim b/syntax/scala.vim index 674c57c4..32d54e85 100644 --- a/syntax/scala.vim +++ b/syntax/scala.vim @@ -179,7 +179,7 @@ hi link scalaTypeOperator Keyword hi link scalaTypeAnnotationParameter Function syn match scalaShebang "\%^#!.*" display -syn region scalaMultilineComment start="/\*" end="\*/" contains=scalaMultilineComment,scalaDocLinks,scalaParameterAnnotation,scalaCommentAnnotation,scalaTodo,scalaCommentCodeBlock,@scalaHtml,@Spell keepend +syn region scalaMultilineComment start="/\*" end="\*/" contains=scalaMultilineComment,scalaDocLinks,scalaParameterAnnotation,scalaCommentAnnotation,scalaTodo,scalaCommentCodeBlock,@scalaHtml,@Spell keepend fold syn match scalaCommentAnnotation "@[_A-Za-z0-9$]\+" contained syn match scalaParameterAnnotation "@param" nextgroup=scalaParamAnnotationValue skipwhite contained syn match scalaParamAnnotationValue /[`_A-Za-z0-9$]\+/ contained |