Method: Rouge::Lexers::Groovy.keywords
- Defined in:
- lib/rouge/lexers/groovy.rb
.keywords ⇒ Object
11 12 13 14 15 16 |
# File 'lib/rouge/lexers/groovy.rb', line 11 def self.keywords @keywords ||= Set.new %w( assert break case catch continue default do else finally for if goto instanceof new return switch this throw try while in as ) end |