diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -302,7 +302,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [json5](https://github.com/Joakker/tree-sitter-json5) (maintained by @Joakker) - [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo) - [x] [jsonnet](https://github.com/sourcegraph/tree-sitter-jsonnet) (maintained by @nawordar) -- [ ] [julia](https://github.com/tree-sitter/tree-sitter-julia) +- [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @fredrikekre) - [x] [just](https://github.com/IndianBoy42/tree-sitter-just) (maintained by @Hubro) - [x] [kconfig](https://github.com/amaanq/tree-sitter-kconfig) (maintained by @amaanq) - [x] [kdl](https://github.com/amaanq/tree-sitter-kdl) (maintained by @amaanq) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 20f902d66..24642824e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1149,6 +1149,7 @@ list.julia = { url = "https://github.com/tree-sitter/tree-sitter-julia", files = { "src/parser.c", "src/scanner.c" }, }, + maintainers = { "@fredrikekre" }, } list.just = { |
