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 | |
| parent | db7f10370d3815988f933de2b4e2e7e17b2754b2 (diff) | |
feat: use the original scss parser
..and add myself as the maintainer
| -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 95c52874..7531cf3a 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 = { |
