diff options
| author | elianiva <dicha.arkana03@gmail.com> | 2021-05-26 07:44:03 +0700 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-05-26 07:47:58 +0200 |
| commit | 11bc69305ff0bb48b14077b6f60ec8dbeef751e1 (patch) | |
| tree | 3c89818a36b984b277fcf9684f6da35a6d3b98ce /lua | |
| parent | highlights(rust): highlight fields with shorthand_field_initializer (diff) | |
| download | nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.tar nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.tar.gz nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.tar.bz2 nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.tar.lz nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.tar.xz nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.tar.zst nvim-treesitter-11bc69305ff0bb48b14077b6f60ec8dbeef751e1.zip | |
feat: use the original scss parser
..and add myself as the maintainer
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 95c528743..7531cf3ab 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -225,9 +225,10 @@ list.css = { list.scss = { install_info = { - url = "https://github.com/elianiva/tree-sitter-scss", + url = "https://github.com/serenadeai/tree-sitter-scss", files = { "src/parser.c", "src/scanner.c" } }, + maintainers = {"@elianiva"}, } list.erlang = { |
