diff --git a/grammars/openscenarionext.cson b/grammars/openscenarionext.cson index 1cb5988..9e540a0 100644 --- a/grammars/openscenarionext.cson +++ b/grammars/openscenarionext.cson @@ -16,8 +16,15 @@ scopes: '"Resources"': 'keyword.control' 'string_literal': 'string.quoted.double' 'numeric_literal': 'constant.numeric.decimal' + 'unit_literal': 'constant.numeric.decimal' 'function_application > identifier': 'entity.name.function' + 'atomic_predicate': 'entity.name.function' + 'record_expr > identifier:nth-child(0)': 'variable' 'record_expr > identifier:nth-child(2)': 'variable.other.member' + 'scalar_expr > identifier': 'variable' + 'prototype > identifier': 'variable' + 'resource > identifier': 'variable' + 'modifier': 'keyword.control' folds: [ @@ -33,6 +40,18 @@ folds: [ type: 'act' } + { + type: 'rule' + } + + { + type: 'prototypes' + } + + { + type: 'resources' + } + ] comments: diff --git a/package.json b/package.json index f7cf316..1f5afcf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "name": "language-openscenarionext", "description": "Atom language support for OpenScenarioNext Draft", "repository": {