diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 34c3560a0..5c2def84b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -96,7 +96,7 @@ list.qmljs = { branch = "master", files = { "src/parser.c", "src/scanner.c" }, }, - filetype = "qmljs", + filetype = "qml", maintainers = { "@Decodetalkers" }, } |
