elementary: update code highlighting to follow eolian syntax change.

This commit is contained in:
Cedric Bail 2017-10-04 11:32:09 -07:00
parent 5e36b1c7c1
commit 699a97875a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static Elm_Code_Syntax _elm_code_syntax_eo =
"string", "stringshare", "generic_value", \
"abstract", "class", "data", "mixin", "import", "interface", "type", "const", "var", \
"own", "free", "struct", "enum", "@extern", "@free", "@auto", "@empty", \
"@private", "@protected", "@beta", "@hot", "@const", "@class", "@virtual_pure", \
"@private", "@protected", "@beta", "@hot", "@const", "@class", "@pure_virtual", \
"@property", "@nonull", "@nullable", "@optional", "@in", "@out", "@inout", "@warn_unused", \
"eo_prefix", "legacy_prefix", "methods", "events", "params", "return", "legacy", \
"implements", "constructors", "get", "set", "keys", "values", "true", "false", "null"}