diff options
| author | Tormod Alf Try Tufteland <tormodat.tufteland@eika.no> | 2020-11-30 22:58:52 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-12-06 15:08:51 +0100 |
| commit | d90a4621a3c7371a7e96d9b01458be7596ed258b (patch) | |
| tree | 2d91e4a4a7f42f362299773a2b467b3c028b682f /lua/nvim-treesitter | |
| parent | b8bbfceca74d9cb480c9582fab0a17cf0fb42779 (diff) | |
add kotlin parser and highligh-queries
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index afc2e4cb..602b9b74 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -111,6 +111,13 @@ list.java = { maintainers = {"@p00f"}, } +list.kotlin = { + install_info = { + url = "https://github.com/QthCN/tree-sitter-kotlin", + files = { "src/parser.c" }, + }, +} + list.html = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-html", |
