@@ -26,7 +26,7 @@ setlocal indentkeys=!,o,O
26
26
27
27
if ! exists (' g:clojure_fuzzy_indent_patterns' )
28
28
let g: clojure_fuzzy_indent_patterns = [
29
- \ ' ^with-\%(meta\|out-str\|loading-context\)\@!' ,
29
+ \ ' ^with-\%(meta\|in-str\| out-str\|loading-context\)\@!' ,
30
30
\ ' ^def' ,
31
31
\ ' ^let'
32
32
\ ]
@@ -54,19 +54,19 @@ if !exists('g:clojure_indent_rules')
54
54
\ ' run' : 1 , ' run*' : 1 , ' fresh' : 1
55
55
\ }
56
56
57
- " (letfn '(1 ((:defn)) nil))
58
- " (proxy '(2 nil nil (:defn)))
59
- " (reify '(:defn (1)))
60
- " (deftype '(2 nil nil (:defn)))
61
- " (defrecord '(2 nil nil (:defn)))
62
- " (defprotocol '(1 (:defn)))
63
- " (definterface '(1 (:defn)))
64
- " (extend-protocol '(1 :defn))
65
- " (extend-type '(1 :defn))
66
- " (specify '(1 :defn)) ; ClojureScript
67
- " (specify! '(1 :defn)) ; ClojureScript
68
- " (this-as 1) ; ClojureScript
69
- " clojure.test, core.async, core.logic
57
+ " (letfn '(1 ((:defn)) nil))
58
+ " (proxy '(2 nil nil (:defn)))
59
+ " (reify '(:defn (1)))
60
+ " (deftype '(2 nil nil (:defn)))
61
+ " (defrecord '(2 nil nil (:defn)))
62
+ " (defprotocol '(1 (:defn)))
63
+ " (definterface '(1 (:defn)))
64
+ " (extend-protocol '(1 :defn))
65
+ " (extend-type '(1 :defn))
66
+ " (specify '(1 :defn)) ; ClojureScript
67
+ " (specify! '(1 :defn)) ; ClojureScript
68
+ " (this-as 1) ; ClojureScript
69
+ " clojure.test, core.async, core.logic
70
70
endif
71
71
72
72
" Get the value of a configuration option.
0 commit comments