Removing x86 grammar

This commit is contained in:
Arfon Smith
2016-03-18 15:18:17 -06:00
parent abe3aa47f6
commit 835ceae6f6
5 changed files with 6 additions and 20 deletions

3
.gitmodules vendored
View File

@@ -166,9 +166,6 @@
[submodule "vendor/grammars/Isabelle.tmbundle"]
path = vendor/grammars/Isabelle.tmbundle
url = https://github.com/lsf37/Isabelle.tmbundle
[submodule "vendor/grammars/x86-assembly-textmate-bundle"]
path = vendor/grammars/x86-assembly-textmate-bundle
url = https://github.com/lunixbochs/x86-assembly-textmate-bundle
[submodule "vendor/grammars/Alloy.tmbundle"]
path = vendor/grammars/Alloy.tmbundle
url = https://github.com/macekond/Alloy.tmbundle

View File

@@ -170,9 +170,6 @@ vendor/grammars/asciidoc.tmbundle/:
vendor/grammars/asp.tmbundle:
- source.asp
- text.html.asp
vendor/grammars/assembly.tmbundle:
- objdump.x86asm
- source.x86asm
vendor/grammars/atom-fsharp/:
- source.fsharp
- source.fsharp.fsi
@@ -575,8 +572,6 @@ vendor/grammars/verilog.tmbundle:
- source.verilog
vendor/grammars/vue-syntax-highlight:
- text.html.vue
vendor/grammars/x86-assembly-textmate-bundle:
- source.asm.x86
vendor/grammars/xc.tmbundle/:
- source.xc
vendor/grammars/xml.tmbundle:

View File

@@ -230,7 +230,7 @@ Assembly:
- .a51
- .inc
- .nasm
tm_scope: source.asm.x86
tm_scope: none
ace_mode: assembly_x86
Augeas:
@@ -429,7 +429,7 @@ C-ObjDump:
type: data
extensions:
- .c-objdump
tm_scope: objdump.x86asm
tm_scope: none
ace_mode: assembly_x86
C2hs Haskell:
@@ -681,7 +681,7 @@ Cpp-ObjDump:
- .c++objdump
- .cpp-objdump
- .cxx-objdump
tm_scope: objdump.x86asm
tm_scope: none
aliases:
- c++-objdumb
ace_mode: assembly_x86
@@ -753,7 +753,7 @@ D-ObjDump:
type: data
extensions:
- .d-objdump
tm_scope: objdump.x86asm
tm_scope: none
ace_mode: assembly_x86
DIGITAL Command Language:
@@ -1107,7 +1107,7 @@ GAS:
extensions:
- .s
- .ms
tm_scope: source.asm.x86
tm_scope: none
ace_mode: assembly_x86
GDScript:
@@ -2420,7 +2420,7 @@ ObjDump:
type: data
extensions:
- .objdump
tm_scope: objdump.x86asm
tm_scope: none
ace_mode: assembly_x86
Objective-C:

View File

@@ -1,5 +0,0 @@
---
type: grammar
name: x86-assembly-textmate-bundle
license: other
---