Skip to content

Commit

Permalink
[98] Update VSCode extension
Browse files Browse the repository at this point in the history
Bug: cea-hpc#98
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
  • Loading branch information
AxelRICHARD committed Nov 9, 2022
1 parent 7c59ef8 commit 8cea780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "nabla",
"scopeName": "text.n",
"fileTypes": [
"n"
],
"fileTypes": ["n"],
"repository": {
"general": {
"patterns": [
Expand Down Expand Up @@ -33,7 +31,7 @@
},
"keyword": {
"name": "keyword.control.nabla",
"match": "\\b(connectivity|def|if|else|exit|extension|iterate|let|module|option|return|set|while|with)\\b|\u2115|\u211D|\u213E|\u2200|\u2208|\u2192"
"match": "\\b(connectivity|def|red|if|else|exit|extension|iterate|let|module|option|return|set|while|with|int|real|bool|forall|in)\\b"
},
"strings": {
"name": "string.quoted.double.nabla",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "nablagen",
"scopeName": "text.ngen",
"fileTypes": [
"ngen"
],
"fileTypes": ["ngen"],
"repository": {
"general": {
"patterns": [
Expand Down Expand Up @@ -33,7 +31,7 @@
},
"keyword": {
"name": "keyword.control.nablagen",
"match": "\\b(Provider|target|compatibleTargets|outputPath|Application|MainModule|nodeCoord|time|timeStep|iterationMax|timeMax|AdditionalModule|VtkOutput|periodReferenceVariable|outputVariables|LevelDB|Interpreter|extension|providedBy|Java|CppSequential|StlThread|OpenMP|Kokkos|KokkosTeamThread|Arcane)\\b|\u2115|\u211D|\u213E|\u2200|\u2208|\u2192"
"match": "\\b(Provider|target|compatibleTargets|outputPath|Application|MainModule|nodeCoord|time|timeStep|iterationMax|timeMax|AdditionalModule|VtkOutput|periodReferenceVariable|outputVariables|LevelDB|Interpreter|extension|providedBy|Java|CppSequential|StlThread|OpenMP|Kokkos|KokkosTeamThread|Arcane|ArcaneSequential|ArcaneThread|ArcaneAccelerator|Python|as|int|real|bool|forall|in)\\b"
},
"strings": {
"name": "string.quoted.double.nabla",
Expand Down

0 comments on commit 8cea780

Please sign in to comment.