Skip to content

Instantly share code, notes, and snippets.

@infininight
Created August 30, 2012 09:33
Show Gist options
  • Save infininight/3524856 to your computer and use it in GitHub Desktop.
Save infininight/3524856 to your computer and use it in GitHub Desktop.
Grammar Ordering
injections
patterns
repository
name
comment
disabled
match
begin
end
while
applyEndPatternLast
captures
beginCaptures
endCaptures
whileCaptures
contentName
patterns
include
@tbates
Copy link

tbates commented Aug 30, 2012

would "begin -> while -> end" be better?

@infininight
Copy link
Author

While and end can't appear together so… doesn't really matter.

@tbates
Copy link

tbates commented Aug 31, 2012

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

@infininight
Copy link
Author

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