Commit c1b11a3
committed
Syntax match "&" outside of vectors
When using a script like rainbow_parentheses.vim, the current syntax
region may no longer be clojureVector, causing "&" to go unmatched.
Thus, we match lone "&" unconditionally.1 parent f8b27ce commit c1b11a3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments