Skip to content

Commit

Permalink
upgrade to oml 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar committed Aug 1, 2024
1 parent 07dffe9 commit d91dafe
Show file tree
Hide file tree
Showing 13 changed files with 11,608 additions and 17,276 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oml-luxor",
"displayName": "OML Luxor",
"description": "VSCode extension for OML",
"version": "2.7.3",
"version": "2.8.0",
"publisher": "openCAESAR",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion extension/syntaxes/oml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"patterns": [
{
"name": "keyword.other.oml",
"match": "(?:^|\\W)(?<!\\^|:|@)(all|annotation|as|aspect|asymmetric|builtIn|builtin|bundle|concept|description|differentFrom|domain|entity|exactly|extends|forward|from|functional|includes|instance|inverse|irreflexive|key|language|length|max|maxExclusive|maxInclusive|maxLength|min|minExclusive|minInclusive|minLength|oneOf|pattern|property|range|ref|reflexive|relation|restricts|reverse|rule|sameAs|scalar|self|some|structure|structured|symmetric|to|transitive|uses|vocabulary)\\b"
"match": "(?:^|\\W)(?<!\\^|:|@)(all|annotation|as|aspect|asymmetric|builtIn|builtin|bundle|concept|description|differentFrom|domain|entity|exactly|extends|forward|from|functional|includes|instance|inverse|irreflexive|key|language|length|max|maxExclusive|maxInclusive|maxLength|min|minExclusive|minInclusive|minLength|oneOf|pattern|property|range|ref|reflexive|relation|restricts|reverse|rule|sameAs|scalar|self|some|symmetric|to|transitive|uses|vocabulary)\\b"
},
{
"name": "keyword.other.oml",
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply from: "${rootDir}/gradle/source-layout.gradle"
ext.title = 'Oml Language Server'
description = 'IDE support for Oml Language Server'
group = 'io.opencaesar.oml'
version = '2.7.3'
version = '2.8.0'

repositories {
mavenLocal()
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit d91dafe

Please sign in to comment.