Class: SublimeDSL::TextMate::Grammar::MatchRule
- Defined in:
- lib/sublime_dsl/textmate/grammar.rb
Overview
A ‘match’ rule.
Instance Attribute Summary collapse
-
#match ⇒ Object
Match object.
Attributes inherited from Rule
Method Summary
Methods inherited from Rule
Instance Attribute Details
#match ⇒ Object
Match object
137 138 139 |
# File 'lib/sublime_dsl/textmate/grammar.rb', line 137 def match @match end |