diff options
| author | Tormod Alf Try Tufteland <tormodat.tufteland@eika.no> | 2020-12-02 21:27:25 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-12-06 15:08:51 +0100 |
| commit | 18fadcfd4b88bd084ff227734ce8fe2a0b14d240 (patch) | |
| tree | 8f1c0a84aa49bafc6d063b8c0e0c82d5f7583018 /lua | |
| parent | 558d938c2ebdd01d37b46828cb9b5e7826754de0 (diff) | |
add readme and more correct highlight captures
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 602b9b74..5fe0d0cb 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -116,6 +116,7 @@ list.kotlin = { url = "https://github.com/QthCN/tree-sitter-kotlin", files = { "src/parser.c" }, }, + maintainers = {"@tormodatt"}, } list.html = { |
