aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-01 22:35:54 -0500
committerObserverOfTime <chronobserver@disroot.org>2023-02-02 23:28:46 +0200
commit660a070af7131387c690c7b839718371916e27f9 (patch)
tree3a25d79bd23bb98498bbef385e6ac6f18c9bd4de /lua
parent`jq/highlights.scm` should highlight the `elif` keyword (diff)
downloadnvim-treesitter-660a070af7131387c690c7b839718371916e27f9.tar
nvim-treesitter-660a070af7131387c690c7b839718371916e27f9.tar.gz
nvim-treesitter-660a070af7131387c690c7b839718371916e27f9.tar.bz2
nvim-treesitter-660a070af7131387c690c7b839718371916e27f9.tar.lz
nvim-treesitter-660a070af7131387c690c7b839718371916e27f9.tar.xz
nvim-treesitter-660a070af7131387c690c7b839718371916e27f9.tar.zst
nvim-treesitter-660a070af7131387c690c7b839718371916e27f9.zip
feat: add func
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 72132f5d6..d2f0848fd 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -262,6 +262,15 @@ list.fsh = {
maintainers = { "@mgramigna" },
}
+list.func = {
+ install_info = {
+ url = "https://github.com/amaanq/tree-sitter-func",
+ files = { "src/parser.c" },
+ branch = "master",
+ },
+ maintainers = { "@amaanq" },
+}
+
list.fusion = {
install_info = {
url = "https://gitlab.com/jirgn/tree-sitter-fusion.git",