From 8d7dec24750ceab3bcfb78c72538faee0aa35851 Mon Sep 17 00:00:00 2001 From: ajdelcimmuto Date: Sun, 13 Apr 2025 16:14:33 -0500 Subject: [PATCH] updating parser filetype for brightscript: brs --- lua/nvim-treesitter/parsers.lua | 1 + 1 file changed, 1 insertion(+) 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" }, }