aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorr001 <rob@nyar.eu>2023-10-22 03:23:02 +0200
committerGitHub <noreply@github.com>2023-10-22 10:23:02 +0900
commit99988f6eb7a6d898767813be6da48c49a2edc792 (patch)
tree69418b741fab1cf082c08f4d0f734eb4b2f6c653 /lua
parentfix(phpdoc): disable spell checking of attribute names (#5015) (diff)
downloadnvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.tar
nvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.tar.gz
nvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.tar.bz2
nvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.tar.lz
nvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.tar.xz
nvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.tar.zst
nvim-treesitter-99988f6eb7a6d898767813be6da48c49a2edc792.zip
feat: leo parser and queries (#5542)
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 526a34cd7..47a1593e1 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -984,6 +984,14 @@ list.ledger = {
maintainers = { "@cbarrete" },
}
+list.leo = {
+ install_info = {
+ url = "https://github.com/r001/tree-sitter-leo",
+ files = { "src/parser.c" },
+ },
+ maintainers = { "@r001" },
+}
+
list.llvm = {
install_info = {
url = "https://github.com/benwilliamgraham/tree-sitter-llvm",