class SublimeDSL::TextMate::Grammar::Include

An included fragment.

Attributes

comment[RW]
fragment[RW]
fragment_name[R]

Public Class Methods

new(fragment_name) click to toggle source
# File lib/sublime_dsl/textmate/grammar.rb, line 118
def initialize(fragment_name)
  @fragment_name = fragment_name
end