diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-12-28 17:55:07 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-01-03 19:05:02 +0100 |
| commit | e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e (patch) | |
| tree | 1d555b57bd120ce46d88fda30eb3b47640b46f3b /lua/nvim-treesitter | |
| parent | dcf19d226bef7f10af218818286cfa080d3c7079 (diff) | |
Add maintainers for Julia
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 701a311d..cdcb6fc6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -157,7 +157,8 @@ list.julia = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-julia", files = { "src/parser.c", "src/scanner.c" }, - } + }, + maintainers = {"@mroavi", "@theHamsta"}, } list.json = { |
