commit
5abba7d32c
2 changed files with 4 additions and 4 deletions
|
|
@ -201,7 +201,7 @@
|
|||
["keyword.operator","="],
|
||||
["keyword","function"],
|
||||
["paren.lparen","("],
|
||||
["identifier","self"],
|
||||
["variable.language","self"],
|
||||
["text",", "],
|
||||
["identifier","other"],
|
||||
["paren.rparen",")"]
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
["text"," "],
|
||||
["keyword","return"],
|
||||
["text"," "],
|
||||
["identifier","self"],
|
||||
["variable.language","self"],
|
||||
["keyword.operator",":"],
|
||||
["support.function","format"],
|
||||
["paren.lparen","("],
|
||||
|
|
@ -345,4 +345,4 @@
|
|||
["text"," "],
|
||||
["comment","--[[ blah ]]"],
|
||||
["paren.rparen",")"]
|
||||
]]
|
||||
]]
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ var LuaHighlightRules = function() {
|
|||
"constant.library": stdLibaries,
|
||||
"constant.language": builtinConstants,
|
||||
"invalid.illegal": futureReserved,
|
||||
"variable.language": "this"
|
||||
"variable.language": "self"
|
||||
}, "identifier");
|
||||
|
||||
var decimalInteger = "(?:(?:[1-9]\\d*)|(?:0))";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue