diff options
| author | NullVoxPopuli <LPSego3+dev@gmail.com> | 2021-02-28 18:42:08 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-03-01 01:02:09 +0100 |
| commit | 4868c2117f3285699fd2e4338af2855b7a1b791a (patch) | |
| tree | 6805c3f2e9cf7432c610da808b02ad38131f9d38 /lua | |
| parent | Add glimmer parser (diff) | |
| download | nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.tar nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.tar.gz nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.tar.bz2 nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.tar.lz nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.tar.xz nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.tar.zst nvim-treesitter-4868c2117f3285699fd2e4338af2855b7a1b791a.zip | |
Add branch to glimmer config
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 b5427b12a..e75576746 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -296,6 +296,7 @@ list.glimmer = { install_info = { url = "https://github.com/alexlafroscia/tree-sitter-glimmer", files = { "src/parser.c", "src/scanner.c" }, + branch = 'main', }, readme_name = "Glimmer and Ember", maintainers = { "@alexlafroscia" }, |
