diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-11-17 17:28:53 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2020-12-31 14:27:43 +0100 |
| commit | 5236768c3308314f0d4bf2066d4411b2df4d59e3 (patch) | |
| tree | fe2e3ed49a6f4726b98521e208ba5e9bdbcdbe12 /lua | |
| parent | 57ba843d184e30339cff76869a0f5e60a467a047 (diff) | |
add gdscript
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index bca67dde..701a311d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -389,6 +389,15 @@ list.sparql = { maintainers = { "@bonabeavis" }, } +list.gdscript = { + install_info = { + url = "https://github.com/PrestonKnopp/tree-sitter-gdscript", + files = { "src/parser.c", "src/scanner.cc" }, + }, + readme_name = "Godot (gdscript)", + maintainers = {"not @tjdevries"}, +} + local M = { list = list } |
