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 | Update lockfile.json (diff) | |
| download | nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.tar nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.tar.gz nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.tar.bz2 nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.tar.lz nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.tar.xz nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.tar.zst nvim-treesitter-5236768c3308314f0d4bf2066d4411b2df4d59e3.zip | |
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 bca67dde0..701a311d0 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 } |
