Skip to content

Commit

Permalink
Merge pull request #3 from csano/master
Browse files Browse the repository at this point in the history
Added em and embl extensions to list of fileTypes
  • Loading branch information
johanobergman committed Jun 7, 2015
2 parents e6226ea + e2eea67 commit b2afd94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/Emblem.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
name: Emblem
scopeName: source.emblem
fileTypes: [emblem]
fileTypes: [em, embl, emblem]
uuid: aaa978a5-7989-4a95-b9a4-fe3d59eeb45e

patterns:
Expand Down Expand Up @@ -182,4 +182,4 @@ repository:

variable:
name: variable.parameter.emblem
match: \b[\w.-]+!?(?![\w-])
match: \b[\w.-]+!?(?![\w-])
2 changes: 2 additions & 0 deletions Syntaxes/Emblem.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>fileTypes</key>
<array>
<string>em</string>
<string>embl</string>
<string>emblem</string>
</array>
<key>name</key>
Expand Down

0 comments on commit b2afd94

Please sign in to comment.