diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 31b691209..4071860aa 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -221,6 +221,7 @@ list.brightscript = { url = "https://github.com/ajdelcimmuto/tree-sitter-brightscript", files = { "src/parser.c" }, }, + filetype = "brs", maintainers = { "@ajdelcimmuto" }, }