From 6e8ad92031ff3b07db8980ab4a5491d1c40398ea Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 8 May 2023 18:03:47 -0400 Subject: [PATCH] feat(typescript): add non-null operator --- queries/typescript/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/queries/typescript/highlights.scm b/queries/typescript/highlights.scm index b82231567..d23a918f9 100644 --- a/queries/typescript/highlights.scm +++ b/queries/typescript/highlights.scm @@ -38,6 +38,8 @@ (template_literal_type) @string +(non_null_expression "!" @operator) + ;; punctuation (type_arguments