Skip to content

Commit

Permalink
updated includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed May 19, 2023
1 parent dcfbe05 commit a9f1e41
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions syntaxes/ddp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,33 @@
}
}
},
{
"name": "meta.preprocessor",
"match": "Binde\\s+([\\wäöüÄÖÜ]+)\\s+aus\\s+(\"[\\s\\S]*\")\\s+ein",
"captures": {
"1": {
"name": "variable.name.ddp"
},
"2": {
"name": "meta.preprocessor.string"
}
}
},
{
"name": "meta.preprocessor",
"match": "Binde\\s+(\\w+(?:,\\s*[\\wäöüÄÖÜ]+)*)\\s+und\\s+([\\wäöüÄÖÜ]+)\\s+aus\\s+(\"[\\s\\S]*\")\\s+ein",
"captures": {
"1": {
"name": "variable.name.ddp"
},
"2": {
"name": "variable.name.ddp"
},
"3": {
"name": "meta.preprocessor.string"
}
}
},
{
"name": "keyword.other.ddp",
"match": "\\b([Dd]er)|([Dd]ie)|([Dd]as)|(de[mn])|(ist)|(an)|(Stelle)|([Ss]peichere das Ergebnis von)|([Ss]peichere)|(einer)|(eine)|(leere[n]?)|(Liste)|(aus)|(besteht)\\b"
Expand Down

0 comments on commit a9f1e41

Please sign in to comment.