fix #1372 . in clojure symbols isn't highlighted
This commit is contained in:
parent
834d0aee9f
commit
94e919ad82
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ var ClojureHighlightRules = function() {
|
|||
next: "string"
|
||||
}, {
|
||||
token : "constant", // symbol
|
||||
regex : /:[\w*+!\-_?:\/]+/
|
||||
regex : /:[\w*+!\-_?:\/#$%*.<=>]+/
|
||||
}, {
|
||||
token : "string.regexp", //Regular Expressions
|
||||
regex : '/#"(?:\\.|(?:\\\")|[^\""\n])*"/g'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue