Skip to content

Commit

Permalink
Bringing back Assembly highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Mar 19, 2016
1 parent 1aea6b2 commit 9520cbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -665,3 +665,6 @@
[submodule "vendor/grammars/SublimePuppet"]
path = vendor/grammars/SublimePuppet
url = https://github.com/russCloak/SublimePuppet
[submodule "vendor/grammars/sublimeassembly"]
path = vendor/grammars/sublimeassembly
url = https://github.com/Nessphoro/sublimeassembly
2 changes: 2 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ vendor/grammars/sublime_cobol:
vendor/grammars/sublime_man_page_support:
- source.man
- text.groff
vendor/grammars/sublimeassembly/:
- source.assembly
vendor/grammars/sublimeprolog/:
- source.prolog
- source.prolog.eclipse
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Assembly:
- .a51
- .inc
- .nasm
tm_scope: none
tm_scope: source.assembly
ace_mode: assembly_x86

Augeas:
Expand Down
1 change: 1 addition & 0 deletions vendor/grammars/sublimeassembly
Submodule sublimeassembly added at cb9c99

0 comments on commit 9520cbb

Please sign in to comment.