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 | |
| parent | Add Julia highlights (coauthor: @mroavi) (diff) | |
| download | nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.tar nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.tar.gz nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.tar.bz2 nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.tar.lz nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.tar.xz nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.tar.zst nvim-treesitter-e0c5c7d4198fe0e0e8c38969fc8b972ea6443a5e.zip | |
Add maintainers for Julia
Diffstat (limited to 'lua')
| -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 701a311d0..cdcb6fc68 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 = { |
