diff options
Diffstat (limited to 'tests')
| -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 |
