Skip to content

Commit

Permalink
keyword fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Nov 14, 2023
1 parent 2118a97 commit 92a3eb5
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 92a3eb5

Please sign in to comment.