do not include spaces in clojure symbols
This commit is contained in:
parent
03f6c8fda8
commit
b85c899755
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ var ClojureHighlightRules = function() {
|
|||
next: "string"
|
||||
}, {
|
||||
token : "constant", // symbol
|
||||
regex : /:[^()\[\]{}'"\^%`,;]+/
|
||||
regex : /:[^()\[\]{}'"\^%`,;\s]+/
|
||||
}, {
|
||||
token : "string.regexp", //Regular Expressions
|
||||
regex : '/#"(?:\\.|(?:\\\")|[^\""\n])*"/g'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue