kopia lustrzana https://github.com/c9/core
highlight arrow functions similar to functions
rodzic
bfbdaa7529
commit
11c89b7012
|
@ -171,6 +171,9 @@ var JavaScriptHighlightRules = function(options) {
|
|||
token : "punctuation.operator",
|
||||
regex : /[.](?![.])/,
|
||||
next : "property"
|
||||
}, {
|
||||
token : "storage.type",
|
||||
regex : /=>/
|
||||
}, {
|
||||
token : "keyword.operator",
|
||||
regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?\:|[!$%&*+\-~\/^]=?/,
|
||||
|
|
Ładowanie…
Reference in New Issue