1
0
Эх сурвалжийг харах

Move boolean and str to keywords

masad-frost 7 жил өмнө
parent
commit
6f38c8fe44

+ 3 - 1
src/clojure/clojure.ts

@@ -155,9 +155,11 @@ export const language = <ILanguage>{
         'go',
         'go-loop',
         'thread',
+        'boolean',
+        'str',
     ],
 
-    constants: ['true', 'false', 'nil', 'boolean', 'str'],
+    constants: ['true', 'false', 'nil'],
 
     operators: [
         '=',