add linker script language (#9835)

This commit is contained in:
Matthew Toohey 2024-03-09 02:59:56 -05:00 committed by GitHub
parent fd89c3c833
commit e3c6c82828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 200 additions and 0 deletions

View file

@ -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" }