elementary: update code highlighting to follow eolian syntax change.
authorCedric Bail <cedric@osg.samsung.com>
Wed, 4 Oct 2017 18:32:09 +0000 (11:32 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Wed, 4 Oct 2017 18:32:09 +0000 (11:32 -0700)
src/lib/elementary/elm_code_syntax.c

index 45647ca..0bbd451 100644 (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"}