class Rouge::Lexers::Hcl
Public Class Methods
Source
# File lib/rouge/lexers/hcl.rb, line 51 def self.constants @constants ||= Set.new %w(true false null) end
Source
# File lib/rouge/lexers/hcl.rb, line 43 def self.declarations @declarations ||= Set.new %w() end
Source
# File lib/rouge/lexers/hcl.rb, line 39 def self.keywords @keywords ||= Set.new %w() end
Source
# File lib/rouge/lexers/hcl.rb, line 47 def self.reserved @reserved ||= Set.new %w() end