diff options
| author | Connor Lay (Clay) <connorlay@pm.me> | 2022-02-05 09:38:29 -0800 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-15 19:01:02 +0100 |
| commit | 84354f991a8622e698973bad195a7f9f5a0cf1fb (patch) | |
| tree | ca9a11b6cc5c9a3de0ccc13f51b5b129617d3ce1 /lua | |
| parent | ci: rename workflows and jobs to be more consistent (diff) | |
| download | nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.tar nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.tar.gz nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.tar.bz2 nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.tar.lz nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.tar.xz nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.tar.zst nvim-treesitter-84354f991a8622e698973bad195a7f9f5a0cf1fb.zip | |
Add Gleam parser
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 6bd316d65..5567d3745 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -326,6 +326,15 @@ list.elixir = { maintainers = { "@jonatanklosko" }, } +list.gleam = { + install_info = { + url = "https://github.com/J3RN/tree-sitter-gleam", + files = { "src/parser.c" }, + branch = "main", + }, + maintainers = { "@J3RN" }, +} + list.surface = { install_info = { url = "https://github.com/connorlay/tree-sitter-surface", |
