Sha256: ccf1dddaf80c9234f33b6ad37da2e587a77c66267ed793f2a8eaf1b2c4c39a34
Contents?: true
Size: 1.07 KB
Versions: 27
Compression:
Stored size: 1.07 KB
Contents
{ "name": "eC", "scopeName": "source.c.ec", "patterns": [ { "include": "source.c" }, { "name": "keyword.other.ec", "match": "\\b(property|import|delete|new|new0|renew|renew0|define|get|set|remote|dllexport|dllimport|stdcall|subclass|__on_register_module|namespace|using|typed_object|any_object|incref|register|watch|stopwatching|firewatchers|watchable|class_designer|class_fixed|class_no_expansion|isset|class_default_property|property_category|class_data|class_property|virtual|thisclass|dbtable|dbindex|database_open|dbfield|this|value)\\b" }, { "name": "constant.language.boolean.ec", "match": "\\b(true|false)\\b" }, { "name": "constant.language.null.ec", "match": "\\bnull\\b" }, { "name": "storage.type.class.ec", "match": "\\bclass\\b" }, { "name": "storage.modifier.ec", "match": "\\b(private|public)\\b" }, { "name": "storage.type.ec", "match": "\\b(unichar|uint|uint32|uint16|uint64|bool|byte|int64|uintptr|intptr|intsize|uintsize)\\b" } ] }
Version data entries
27 entries across 27 versions & 1 rubygems