From 6dc8a9652f08ea7eb0d9835939bdb7735b0d1d89 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 7 Apr 2018 15:54:47 -0400 Subject: lexlua: Added 'var' keyword for C#. --- lexlua/csharp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexlua/csharp.lua') diff --git a/lexlua/csharp.lua b/lexlua/csharp.lua index 4263c6672..b0b39d1b4 100644 --- a/lexlua/csharp.lua +++ b/lexlua/csharp.lua @@ -17,7 +17,7 @@ lex:add_rule('keyword', token(lexer.KEYWORD, word_match[[ private protected public ref sealed static readonly unsafe virtual volatile add as assembly base break case catch checked continue default do else finally for foreach get goto if in is new remove return set sizeof stackalloc super - switch this throw try typeof unchecked value void while yield + switch this throw try typeof unchecked value var void while yield null true false ]])) -- cgit v1.2.3