Skip to content

Commit

Permalink
Merge pull request #22 from phil-opp/patch-1
Browse files Browse the repository at this point in the history
Add `nasm` as a file extension
  • Loading branch information
Pavlo Malynin committed Apr 21, 2017
2 parents 41f2b92 + 5ac0ff0 commit 150352f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assembly x86.JSON-tmLanguage
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"fileTypes": [
"asm", "inc"
"asm", "inc", "nasm"
],
"name": "Assembly x86 (NASM)",
"patterns": [
Expand Down
1 change: 1 addition & 0 deletions Assembly x86.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<array>
<string>asm</string>
<string>inc</string>
<string>nasm</string>
</array>
<key>name</key>
<string>Assembly x86 (NASM)</string>
Expand Down

0 comments on commit 150352f

Please sign in to comment.