Skip to content

Commit

Permalink
Merge branch 'structs' of https://github.com/DDP-Projekt/vscode-ddp i…
Browse files Browse the repository at this point in the history
…nto structs
  • Loading branch information
bafto committed Nov 18, 2023
2 parents 88f6d12 + 92a3eb5 commit e9dd6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/ddp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
{
"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)|(Funktion)|(mit)|(Parameter[n]?)|(Typ)|(Standardwert)\\b"
"match": "\\b([Dd]er)|([Dd]ie)|([Dd]as)|(de[mn])|(ist)|(an)|(Stelle)|([Ss]peichere das Ergebnis von)|([Ss]peichere)|(eine[rn])|(eine)|(ein)|(leere[n]?)|(Liste)|(aus)|(besteht)|(Funktion)|(mit)|(Parameter[n]?)|(Typ)|(Standardwert)\\b"
}
]
},
Expand All @@ -104,7 +104,7 @@
"patterns": [
{
"name": "variable.name.ddp",
"match": "[\\wäöüÄÖÜ]+"
"match": "[A-Za-zäöüÄÖÜß][\\wäöüÄÖÜß]*"
}
]
},
Expand Down

0 comments on commit e9dd6af

Please sign in to comment.