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",
|
token : "punctuation.operator",
|
||||||
regex : /[.](?![.])/,
|
regex : /[.](?![.])/,
|
||||||
next : "property"
|
next : "property"
|
||||||
|
}, {
|
||||||
|
token : "storage.type",
|
||||||
|
regex : /=>/
|
||||||
}, {
|
}, {
|
||||||
token : "keyword.operator",
|
token : "keyword.operator",
|
||||||
regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?\:|[!$%&*+\-~\/^]=?/,
|
regex : /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?\:|[!$%&*+\-~\/^]=?/,
|
||||||
|
|
Ładowanie…
Reference in New Issue