瀏覽代碼

Move boolean and str to keywords

masad-frost 7 年之前
父節點
當前提交
6f38c8fe44
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/clojure/clojure.ts

+ 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: [
         '=',