comparison runtime/syntax/groovy.vim @ 4339:22fa3049e934

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Apr 2013 18:51:19 +0200
parents fa4089df54bc
children 49db2b239564
comparison
equal deleted inserted replaced
4338:c61da758a9a2 4339:22fa3049e934
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Groovy 2 " Language: Groovy
3 " Original Author: Alessio Pace <billy.corgan@tiscali.it> 3 " Original Author: Alessio Pace <billy.corgan@tiscali.it>
4 " Maintainer: Tobias Rapp <yahuxo@gmx.de> 4 " Maintainer: Tobias Rapp <yahuxo@gmx.de>
5 " Version: 0.1.12 5 " Version: 0.1.13
6 " URL: http://www.vim.org/scripts/script.php?script_id=945 6 " URL: http://www.vim.org/scripts/script.php?script_id=945
7 " Last Change: 2013 Mar 14 7 " Last Change: 2013 Apr 24
8 8
9 " THE ORIGINAL AUTHOR'S NOTES: 9 " THE ORIGINAL AUTHOR'S NOTES:
10 " 10 "
11 " This is my very first vim script, I hope to have 11 " This is my very first vim script, I hope to have
12 " done it the right way. 12 " done it the right way.
72 "syn match groovyError "<<<\|\.\.\|=>\|<>\|||=\|&&=\|[^-]->\|\*\/" 72 "syn match groovyError "<<<\|\.\.\|=>\|<>\|||=\|&&=\|[^-]->\|\*\/"
73 "syn match groovyOK "\.\.\." 73 "syn match groovyOK "\.\.\."
74 74
75 " keyword definitions 75 " keyword definitions
76 syn keyword groovyExternal native package 76 syn keyword groovyExternal native package
77 syn match groovyExternal "\<import\(\s\+static\>\)\?" 77 syn match groovyExternal "\<import\>\(\s\+static\>\)\?"
78 syn keyword groovyError goto const 78 syn keyword groovyError goto const
79 syn keyword groovyConditional if else switch 79 syn keyword groovyConditional if else switch
80 syn keyword groovyRepeat while for do 80 syn keyword groovyRepeat while for do
81 syn keyword groovyBoolean true false 81 syn keyword groovyBoolean true false
82 syn keyword groovyConstant null 82 syn keyword groovyConstant null