Improve highlighting
This commit is contained in:
@ -16,8 +16,15 @@ scopes:
|
|||||||
'"Resources"': 'keyword.control'
|
'"Resources"': 'keyword.control'
|
||||||
'string_literal': 'string.quoted.double'
|
'string_literal': 'string.quoted.double'
|
||||||
'numeric_literal': 'constant.numeric.decimal'
|
'numeric_literal': 'constant.numeric.decimal'
|
||||||
|
'unit_literal': 'constant.numeric.decimal'
|
||||||
'function_application > identifier': 'entity.name.function'
|
'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'
|
'record_expr > identifier:nth-child(2)': 'variable.other.member'
|
||||||
|
'scalar_expr > identifier': 'variable'
|
||||||
|
'prototype > identifier': 'variable'
|
||||||
|
'resource > identifier': 'variable'
|
||||||
|
'modifier': 'keyword.control'
|
||||||
|
|
||||||
folds: [
|
folds: [
|
||||||
|
|
||||||
@ -33,6 +40,18 @@ folds: [
|
|||||||
type: 'act'
|
type: 'act'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
type: 'rule'
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
type: 'prototypes'
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
type: 'resources'
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
comments:
|
comments:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"name": "language-openscenarionext",
|
"name": "language-openscenarionext",
|
||||||
"description": "Atom language support for OpenScenarioNext Draft",
|
"description": "Atom language support for OpenScenarioNext Draft",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user