From ef24c633f6945e87e8d5717d146ad6601cd7e99f Mon Sep 17 00:00:00 2001 From: Raymond Ha Date: Thu, 24 Nov 2022 11:12:38 -0800 Subject: highlights(typescript): Fix as highlight --- tests/query/highlights/typescript/as.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/query/highlights/typescript/as.ts (limited to 'tests') diff --git a/tests/query/highlights/typescript/as.ts b/tests/query/highlights/typescript/as.ts new file mode 100644 index 000000000..b1f1533b4 --- /dev/null +++ b/tests/query/highlights/typescript/as.ts @@ -0,0 +1,8 @@ +import * as foo from 'foo'; +// ^ include + +export { foo as bar }; +// ^ include + +const n = 5 as number; +// ^ keyword -- cgit v1.2.3-70-g09d2