diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2024-01-31 16:03:12 -0500 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2024-01-31 22:31:50 -0500 |
| commit | 515b00598a4786631466d5c4b7c7fd0188ae1022 (patch) | |
| tree | 7afda6bb89edb10addfaaa30b75b0a5447864285 /queries/qmljs | |
| parent | chore(typescript,tsx): update parser and queries (diff) | |
| download | nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.tar nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.tar.gz nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.tar.bz2 nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.tar.lz nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.tar.xz nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.tar.zst nvim-treesitter-515b00598a4786631466d5c4b7c7fd0188ae1022.zip | |
chore(qmljs): temporarily remove the ecma inherit
Diffstat (limited to 'queries/qmljs')
| -rw-r--r-- | queries/qmljs/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/qmljs/highlights.scm b/queries/qmljs/highlights.scm index a6a17b25a..7cf08ed0a 100644 --- a/queries/qmljs/highlights.scm +++ b/queries/qmljs/highlights.scm @@ -1,4 +1,4 @@ -; inherits: ecma +; temporarily removed the ecma inherit due to it breaking "pragma" @keyword.import ; Annotations |
