X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=inline;f=runtime%2Fsyntax%2Ftypescript.yaml;h=9ce50ebd71216a61fd4a7d755eaf65a32a0f708e;hb=cef32d4ac7f7bbc1f57fc67f8a1788edddfbe771;hp=0b89423eeee2584223ba7f99a471780cf6fd6c08;hpb=2fcb40d5a9f505e39519fd5c32e3754cd0e83dd5;p=micro.git diff --git a/runtime/syntax/typescript.yaml b/runtime/syntax/typescript.yaml index 0b89423e..9ce50ebd 100644 --- a/runtime/syntax/typescript.yaml +++ b/runtime/syntax/typescript.yaml @@ -32,11 +32,13 @@ rules: - constant.string: start: "\"" end: "\"" + skip: "\\\\." rules: - constant.specialChar: "\\\\." - constant.string: start: "'" end: "'" + skip: "\\\\." rules: - constant.specialChar: "\\\\." - \ No newline at end of file +