Skip to content

Commit 712be9a

Browse files
nopromptguns
authored andcommitted
Allow multibyte characters in clojureSymbol
1 parent c586c4e commit 712be9a

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!$&*_+=|<.>?-]|[^\x00-\x7F])+(:?([a-zA-Z0-9!#$&*_+=|'<.>?-]|[^\x00-\x7F]))*[#:]@<!"
7474

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

0 commit comments

Comments
 (0)