Class: SublimeDSL::TextMate::Grammar::MatchRule

Inherits:
Rule
  • Object
show all
Defined in:
lib/sublime_dsl/textmate/grammar.rb

Overview

A ‘match’ rule.

Instance Attribute Summary collapse

Attributes inherited from Rule

#comment, #disabled, #scope

Method Summary

Methods inherited from Rule

#complete!

Instance Attribute Details

#matchObject

Match object



137
138
139
# File 'lib/sublime_dsl/textmate/grammar.rb', line 137

def match
  @match
end