Skip to content

Commit 8fd3198

Browse files
committed
Move #_ to clojureDispatch group
If we aren't going to do anything special with #_ then there is little point in semantically separating #_ from the other dispatch characters
1 parent 8dff0b3 commit 8fd3198

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

syntax/clojure.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ syntax match clojureUnquote "\~@"
6666
syntax match clojureMeta "\^"
6767
syntax match clojureDeref "@"
6868
syntax match clojureAnonArg "%\(\d\|&\)\?"
69-
syntax match clojureDispatch "\v#[\^\'\=\<]?"
69+
syntax match clojureDispatch "\v#[\^'=<_]?"
7070

7171
syntax region clojureRegexp start=/L\=\#"/ skip=/\\\\\|\\"/ end=/"/
7272

7373
syntax match clojureComment ";.*$" contains=clojureTodo,@Spell
7474
syntax match clojureComment "#!.*$"
75-
syntax match clojureComment "#_"
7675

7776
syntax keyword clojureTodo contained FIXME XXX TODO FIXME: XXX: TODO:
7877

0 commit comments

Comments
 (0)