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"]
|
||||
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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
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