Custom gas grammar
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
runtime/
|
@ -7,5 +7,13 @@ name = "cpp"
|
|||||||
indent = { unit = " ", tab-width = 4 }
|
indent = { unit = " ", tab-width = 4 }
|
||||||
file-types = ["cpp", "h", "hpp", "inc"]
|
file-types = ["cpp", "h", "hpp", "inc"]
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "gas"
|
||||||
|
indent = { unit = " ", tab-width = 4 }
|
||||||
|
|
||||||
|
[[grammar]]
|
||||||
|
name = "gas"
|
||||||
|
source = { git = "https://github.com/stevenlr/tree-sitter-gas", rev = "ea4c4d158010790140ff737b8bbe7bb06d3e8b92" }
|
||||||
|
|
||||||
[language-server.clangd]
|
[language-server.clangd]
|
||||||
args = ["-header-insertion=never"]
|
args = ["-header-insertion=never"]
|
||||||
|
Reference in New Issue
Block a user