diff options
| author | Ananda Umamil <zweimach@zweimach.org> | 2023-06-04 11:04:40 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-04 00:04:40 -0400 |
| commit | bee003b880f8c1a04ed368d810e6daf8fc6da762 (patch) | |
| tree | 0d5dd9209bfff6fffa52e568cfed36ecf2896d29 /tests/query | |
| parent | feat(typescript): highlight `is` and `:` in type predicate (diff) | |
| download | nvim-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.ts | 2 |
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 |
