diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index fad777919..58944336f 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -54,8 +54,8 @@ list.rego = { url = "https://github.com/FallenAngel97/tree-sitter-rego", files = { "src/parser.c" }, }, - maintainers = { '@FallenAngel97' }, - filetype = 'rego', + maintainers = { "@FallenAngel97" }, + filetype = "rego", } list.c = { |
