Re: groovy syntax highlight mis-highlight for line comment

2015-04-13 Fir de Conversatie mattn
See syntax/groovy.vim line160. --- syn match groovyExternal'^#!.*[/\\]groovy\>' -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- Yo

Re: groovy syntax highlight mis-highlight for line comment

2015-04-13 Fir de Conversatie Yasuhiro MATSUMOTO
shebang is already supported in another part. On 4/13/15, Bram Moolenaar wrote: > > Yasuhiro Matsumoto wrote: > >> gradle/groovy doesn't allow to use # for line comment. Line comment >> just to be //. > > It does support the Shebang line, e.g.: > > #!/usr/bin/env groovy > println "Hel

Re: groovy syntax highlight mis-highlight for line comment

2015-04-13 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > gradle/groovy doesn't allow to use # for line comment. Line comment > just to be //. It does support the Shebang line, e.g.: #!/usr/bin/env groovy println "Hello from the shebang line" Must be in line 1, would be nice to highlight this. -- A year

groovy syntax highlight mis-highlight for line comment

2015-04-12 Fir de Conversatie mattn
gradle/groovy doesn't allow to use # for line comment. Line comment just to be //. - mattn diff -r 39e174e02dec runtime/syntax/groovy.vim --- a/runtime/syntax/groovy.vim Thu Apr 09 22:08:22 2015 +0200 +++ b/runtime/syntax/groovy.vim Mon Apr 13 15:46:35 2015 +0900 @@ -220,7 +220,6 @@ syn match