mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
add linker script language (#9835)
This commit is contained in:
parent
fd89c3c833
commit
e3c6c82828
5 changed files with 200 additions and 0 deletions
|
@ -3273,3 +3273,15 @@ indent = { tab-width = 4, unit = " " }
|
|||
[[grammar]]
|
||||
name = "powershell"
|
||||
source = { git = "https://github.com/airbus-cert/tree-sitter-powershell", rev = "c9316be0faca5d5b9fd3b57350de650755f42dc0" }
|
||||
|
||||
[[language]]
|
||||
name = "ld"
|
||||
scope = "source.ld"
|
||||
injection-regex = "ld"
|
||||
file-types = ["ld"]
|
||||
block-comment-tokens = { start = "/*", end = "*/" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "ld"
|
||||
source = { git = "https://github.com/mtoohey31/tree-sitter-ld", rev = "81978cde3844bfc199851e39c80a20ec6444d35e" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue