mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
feat: add Linkerscript (#5693)
This commit is contained in:
parent
b016211057
commit
d876296476
8 changed files with 193 additions and 0 deletions
11
queries/linkerscript/indents.scm
Normal file
11
queries/linkerscript/indents.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
(sections_command)
|
||||
(output_section)
|
||||
(memory_command)
|
||||
(phdrs_command)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
")"
|
||||
] @indent.branch @indent.end
|
||||
Loading…
Add table
Add a link
Reference in a new issue