Created
August 30, 2012 09:33
-
-
Save infininight/3524856 to your computer and use it in GitHub Desktop.
Grammar Ordering
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
injections | |
patterns | |
repository | |
name | |
comment | |
disabled | |
match | |
begin | |
end | |
while | |
applyEndPatternLast | |
captures | |
beginCaptures | |
endCaptures | |
whileCaptures | |
contentName | |
patterns | |
include |
While and end can't appear together so… doesn't really matter.
Will there be one list including other types, like tmSnippet?
If so, it adds scope, tabTrigger, content and uuid
injections
patterns
repository
name
comment
disabled
scope
tabTrigger
content
match
begin
end
while
applyEndPatternLast
captures
beginCaptures
endCaptures
whileCaptures
contentName
patterns
include
uuid
Snippets are shown in the window formatted, so not relevant. Settings are really the only other item needed, working on that now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
would "begin -> while -> end" be better?