mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Removing x86 grammar
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -166,9 +166,6 @@
|
|||||||
[submodule "vendor/grammars/Isabelle.tmbundle"]
|
[submodule "vendor/grammars/Isabelle.tmbundle"]
|
||||||
path = vendor/grammars/Isabelle.tmbundle
|
path = vendor/grammars/Isabelle.tmbundle
|
||||||
url = https://github.com/lsf37/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"]
|
[submodule "vendor/grammars/Alloy.tmbundle"]
|
||||||
path = vendor/grammars/Alloy.tmbundle
|
path = vendor/grammars/Alloy.tmbundle
|
||||||
url = https://github.com/macekond/Alloy.tmbundle
|
url = https://github.com/macekond/Alloy.tmbundle
|
||||||
|
|||||||
@@ -170,9 +170,6 @@ vendor/grammars/asciidoc.tmbundle/:
|
|||||||
vendor/grammars/asp.tmbundle:
|
vendor/grammars/asp.tmbundle:
|
||||||
- source.asp
|
- source.asp
|
||||||
- text.html.asp
|
- text.html.asp
|
||||||
vendor/grammars/assembly.tmbundle:
|
|
||||||
- objdump.x86asm
|
|
||||||
- source.x86asm
|
|
||||||
vendor/grammars/atom-fsharp/:
|
vendor/grammars/atom-fsharp/:
|
||||||
- source.fsharp
|
- source.fsharp
|
||||||
- source.fsharp.fsi
|
- source.fsharp.fsi
|
||||||
@@ -575,8 +572,6 @@ vendor/grammars/verilog.tmbundle:
|
|||||||
- source.verilog
|
- source.verilog
|
||||||
vendor/grammars/vue-syntax-highlight:
|
vendor/grammars/vue-syntax-highlight:
|
||||||
- text.html.vue
|
- text.html.vue
|
||||||
vendor/grammars/x86-assembly-textmate-bundle:
|
|
||||||
- source.asm.x86
|
|
||||||
vendor/grammars/xc.tmbundle/:
|
vendor/grammars/xc.tmbundle/:
|
||||||
- source.xc
|
- source.xc
|
||||||
vendor/grammars/xml.tmbundle:
|
vendor/grammars/xml.tmbundle:
|
||||||
|
|||||||
@@ -230,7 +230,7 @@ Assembly:
|
|||||||
- .a51
|
- .a51
|
||||||
- .inc
|
- .inc
|
||||||
- .nasm
|
- .nasm
|
||||||
tm_scope: source.asm.x86
|
tm_scope: none
|
||||||
ace_mode: assembly_x86
|
ace_mode: assembly_x86
|
||||||
|
|
||||||
Augeas:
|
Augeas:
|
||||||
@@ -429,7 +429,7 @@ C-ObjDump:
|
|||||||
type: data
|
type: data
|
||||||
extensions:
|
extensions:
|
||||||
- .c-objdump
|
- .c-objdump
|
||||||
tm_scope: objdump.x86asm
|
tm_scope: none
|
||||||
ace_mode: assembly_x86
|
ace_mode: assembly_x86
|
||||||
|
|
||||||
C2hs Haskell:
|
C2hs Haskell:
|
||||||
@@ -681,7 +681,7 @@ Cpp-ObjDump:
|
|||||||
- .c++objdump
|
- .c++objdump
|
||||||
- .cpp-objdump
|
- .cpp-objdump
|
||||||
- .cxx-objdump
|
- .cxx-objdump
|
||||||
tm_scope: objdump.x86asm
|
tm_scope: none
|
||||||
aliases:
|
aliases:
|
||||||
- c++-objdumb
|
- c++-objdumb
|
||||||
ace_mode: assembly_x86
|
ace_mode: assembly_x86
|
||||||
@@ -753,7 +753,7 @@ D-ObjDump:
|
|||||||
type: data
|
type: data
|
||||||
extensions:
|
extensions:
|
||||||
- .d-objdump
|
- .d-objdump
|
||||||
tm_scope: objdump.x86asm
|
tm_scope: none
|
||||||
ace_mode: assembly_x86
|
ace_mode: assembly_x86
|
||||||
|
|
||||||
DIGITAL Command Language:
|
DIGITAL Command Language:
|
||||||
@@ -1107,7 +1107,7 @@ GAS:
|
|||||||
extensions:
|
extensions:
|
||||||
- .s
|
- .s
|
||||||
- .ms
|
- .ms
|
||||||
tm_scope: source.asm.x86
|
tm_scope: none
|
||||||
ace_mode: assembly_x86
|
ace_mode: assembly_x86
|
||||||
|
|
||||||
GDScript:
|
GDScript:
|
||||||
@@ -2420,7 +2420,7 @@ ObjDump:
|
|||||||
type: data
|
type: data
|
||||||
extensions:
|
extensions:
|
||||||
- .objdump
|
- .objdump
|
||||||
tm_scope: objdump.x86asm
|
tm_scope: none
|
||||||
ace_mode: assembly_x86
|
ace_mode: assembly_x86
|
||||||
|
|
||||||
Objective-C:
|
Objective-C:
|
||||||
|
|||||||
1
vendor/grammars/x86-assembly-textmate-bundle
vendored
1
vendor/grammars/x86-assembly-textmate-bundle
vendored
Submodule vendor/grammars/x86-assembly-textmate-bundle deleted from f6c4d3ae59
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
type: grammar
|
|
||||||
name: x86-assembly-textmate-bundle
|
|
||||||
license: other
|
|
||||||
---
|
|
||||||
Reference in New Issue
Block a user