summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-11-19 04:10:52 -0500
committerGitHub <noreply@github.com>2023-11-19 18:10:52 +0900
commitd87629647614b779fb2aad8f0042fe2864253ea6 (patch)
tree46b35ae0134c3bc5446df7c5bdd2735b7b640f1a /README.md
parentfeat(lua): folds for parameter, argument lists (diff)
downloadnvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.tar
nvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.tar.gz
nvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.tar.bz2
nvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.tar.lz
nvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.tar.xz
nvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.tar.zst
nvim-treesitter-d87629647614b779fb2aad8f0042fe2864253ea6.zip
feat: add Linkerscript (#5693)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 803db1a1a..559ae50da 100644
--- a/README.md
+++ b/README.md
@@ -284,6 +284,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [latex](https://github.com/latex-lsp/tree-sitter-latex) (maintained by @theHamsta, @clason)
- [x] [ledger](https://github.com/cbarrete/tree-sitter-ledger) (maintained by @cbarrete)
- [x] [leo](https://github.com/r001/tree-sitter-leo) (maintained by @r001)
+- [x] [linkerscript](https://github.com/amaanq/tree-sitter-linkerscript) (maintained by @amaanq)
- [x] [liquidsoap](https://github.com/savonet/tree-sitter-liquidsoap) (maintained by @toots)
- [x] [llvm](https://github.com/benwilliamgraham/tree-sitter-llvm) (maintained by @benwilliamgraham)
- [x] [lua](https://github.com/MunifTanjim/tree-sitter-lua) (maintained by @muniftanjim)