mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: let qml use qmljs
Someone like qml to mark qmljs, so let 'qml' use qmljs
This commit is contained in:
parent
5b12998683
commit
0598ffad9b
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ list.qmljs = {
|
|||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "qmljs",
|
||||
filetype = "qml",
|
||||
maintainers = { "@Decodetalkers" },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue