We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b3ddf commit f5eecd9Copy full SHA for f5eecd9
src/lib/prism-zmodel.js
@@ -1,5 +1,5 @@
1
Prism.languages.zmodel = Prism.languages.extend('clike', {
2
- function: /@@?[A-Za-z_]\w*/,
+ function: /@@*[A-Za-z_]\w*/,
3
keyword: /\b(?:datasource|enum|generator|model|type|abstract|import|extends|attribute|view|plugin|proc|with)\b/,
4
entity: /\b(?:Int|String|Boolean|DateTime|Float|Decimal|BigInt|Bytes|Json|Unsupported)\b/,
5
'type-class-name': /(\b()\s+)[\w.\\]+/,
0 commit comments