mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
docs(parser): add maintainer for julia
This commit is contained in:
parent
3f377c0739
commit
efb2e9c607
2 changed files with 2 additions and 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)
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue