Browse Source

Add regexp

masad-frost 7 năm trước cách đây
mục cha
commit
520915ef46
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/clojure/clojure.ts

+ 2 - 0
src/clojure/clojure.ts

@@ -204,6 +204,8 @@ export const language = <ILanguage>{
                 },
             ],
 
+            [/\/#"(?:\.|(?:\")|[^""\n])*"\/g/, 'regexp'],
+
             { include: '@whitespace' },
             { include: '@strings' },
         ],