remove weird ruby style comment highlighting from clojure mode
This commit is contained in:
parent
f227cc67f0
commit
bce93cf031
1 changed files with 0 additions and 15 deletions
|
|
@ -129,10 +129,6 @@ var ClojureHighlightRules = function() {
|
|||
{
|
||||
token : "comment",
|
||||
regex : ";.*$"
|
||||
}, {
|
||||
token : "comment", // multi line comment
|
||||
regex : "^=begin$",
|
||||
next : "comment"
|
||||
}, {
|
||||
token : "keyword", //parens
|
||||
regex : "[\\(|\\)]"
|
||||
|
|
@ -182,17 +178,6 @@ var ClojureHighlightRules = function() {
|
|||
}
|
||||
|
||||
],
|
||||
"comment" : [
|
||||
{
|
||||
token : "comment", // closing comment
|
||||
regex : "^=end$",
|
||||
next : "start"
|
||||
}, {
|
||||
token : "comment", // comment spanning whole line
|
||||
merge : true,
|
||||
regex : ".+"
|
||||
}
|
||||
],
|
||||
"string" : [
|
||||
{
|
||||
token : "constant.language.escape",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue