aboutsummaryrefslogtreecommitdiffstats
path: root/SUPPORTED_LANGUAGES.md
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-09-11 15:27:19 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-09-22 15:41:39 +0200
commit53819acac287632ee2b62e0f7b63057904984906 (patch)
treeee48d51e73c675c5cd6f73cbaaa1a157427023d8 /SUPPORTED_LANGUAGES.md
parentfix: align line continuation highlights (#8146) (diff)
downloadnvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.tar
nvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.tar.gz
nvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.tar.bz2
nvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.tar.lz
nvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.tar.xz
nvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.tar.zst
nvim-treesitter-53819acac287632ee2b62e0f7b63057904984906.zip
feat(snl): add parser and queries
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
-rw-r--r--SUPPORTED_LANGUAGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index 61371d0e0..2cc4bd6a9 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -265,6 +265,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
[smali](https://github.com/tree-sitter-grammars/tree-sitter-smali) | unstable | `HFIJL` | | @amaanq
[smithy](https://github.com/indoorvivants/tree-sitter-smithy) | unstable | `H  J ` | | @amaanq, @keynmol
[snakemake](https://github.com/osthomas/tree-sitter-snakemake) | unstable | `HFIJL` | | @osthomas
+[snl](https://github.com/minijackson/tree-sitter-snl)[^snl] | unstable | `HFIJL` | | @minijackson
[solidity](https://github.com/JoranHonig/tree-sitter-solidity) | unstable | `HF J ` | | @amaanq
[soql](https://github.com/aheber/tree-sitter-sfapex) | unstable | `H    ` | | @aheber, @xixiafinland
[sosl](https://github.com/aheber/tree-sitter-sfapex) | unstable | `H    ` | | @aheber, @xixiafinland
@@ -359,4 +360,5 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
[^query]: Tree-sitter query language
[^sflog]: Salesforce debug log
[^slang]: Shader Slang
+[^snl]: EPICS Sequencer's SNL files
<!--parserinfo-->