aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query
diff options
context:
space:
mode:
authorAnanda Umamil <zweimach@zweimach.org>2023-06-04 11:04:40 +0700
committerGitHub <noreply@github.com>2023-06-04 00:04:40 -0400
commitbee003b880f8c1a04ed368d810e6daf8fc6da762 (patch)
tree0d5dd9209bfff6fffa52e568cfed36ecf2896d29 /tests/query
parentfeat(typescript): highlight `is` and `:` in type predicate (diff)
downloadnvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.tar
nvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.tar.gz
nvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.tar.bz2
nvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.tar.lz
nvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.tar.xz
nvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.tar.zst
nvim-treesitter-bee003b880f8c1a04ed368d810e6daf8fc6da762.zip
feat(ecma): convert eligible `@keyword.operators`
Diffstat (limited to 'tests/query')
-rw-r--r--tests/query/highlights/typescript/as.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/typescript/as.ts b/tests/query/highlights/typescript/as.ts
index b1f1533b4..ef0ce98e5 100644
--- a/tests/query/highlights/typescript/as.ts
+++ b/tests/query/highlights/typescript/as.ts
@@ -5,4 +5,4 @@ export { foo as bar };
// ^ include
const n = 5 as number;
-// ^ keyword
+// ^ keyword.operator