diff options
author | Nicolas Dumazet <ndumazet@google.com> | 2016-01-28 13:53:38 +0100 |
---|---|---|
committer | Nicolas Dumazet <ndumazet@google.com> | 2016-01-28 13:53:53 +0100 |
commit | 487609c075c89233cbb7cbf382831af6713fdbc1 (patch) | |
tree | 122f44c018619165f4c3c1146dc3ed1c528755a3 /runtime/syntax/groovy.vim | |
parent | 2e000a1acd59537b6d33b0dff98e01e7f5dc0187 (diff) | |
download | rneovim-487609c075c89233cbb7cbf382831af6713fdbc1.tar.gz rneovim-487609c075c89233cbb7cbf382831af6713fdbc1.tar.bz2 rneovim-487609c075c89233cbb7cbf382831af6713fdbc1.zip |
vim-patch:0a63ded
Updated runtime files.
https://github.com/vim/vim/commit/0a63ded
Diffstat (limited to 'runtime/syntax/groovy.vim')
-rw-r--r-- | runtime/syntax/groovy.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/syntax/groovy.vim b/runtime/syntax/groovy.vim index c745960bd5..65dbf17728 100644 --- a/runtime/syntax/groovy.vim +++ b/runtime/syntax/groovy.vim @@ -4,7 +4,7 @@ " Maintainer: Tobias Rapp <yahuxo@gmx.de> " Version: 0.1.13 " URL: http://www.vim.org/scripts/script.php?script_id=945 -" Last Change: 2013 Apr 24 +" Last Change: 2015 Apr 13 " THE ORIGINAL AUTHOR'S NOTES: " @@ -220,7 +220,6 @@ syn region groovyComment start="/\*" end="\*/" contains=@groovyCommen syn match groovyCommentStar contained "^\s*\*[^/]"me=e-1 syn match groovyCommentStar contained "^\s*\*$" syn match groovyLineComment "//.*" contains=@groovyCommentSpecial2,groovyTodo,@Spell -syn match groovyLineComment "#.*" contains=@groovyCommentSpecial2,groovyTodo,@Spell GroovyHiLink groovyCommentString groovyString GroovyHiLink groovyComment2String groovyString GroovyHiLink groovyCommentCharacter groovyCharacter |