Skip to content

Commit c586c4e

Browse files
nopromptguns
authored andcommitted
Minor correction to clojureSymbol
1 parent 5c96edb commit c586c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/clojure.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ syntax match clojureDeref "@"
7070
syntax match clojureAnonArg "%\([12][0-9]\|[1-9]\|&\)\?"
7171
syntax match clojureDispatch "\v#[\^'=<_]?"
7272

73-
syntax match clojureSymbol "\v[a-zA-Z!$&*_+=|<.>?-](:?[a-zA-Z0-9!#$&*_+=|'<.>?-])+[#:]@<!"
73+
syntax match clojureSymbol "\v[a-zA-Z!$&*_+=|<.>?-]+(:?[a-zA-Z0-9!#$&*_+=|'<.>?-])*[#:]@<!"
7474

7575
syntax region clojureRegexp start=/L\=\#"/ skip=/\\\\\|\\"/ end=/"/
7676

0 commit comments

Comments
 (0)