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 60cf671 commit 53b0326Copy full SHA for 53b0326
src/theme/prism-rue.ts
@@ -52,7 +52,7 @@ Prism.languages.rue = {
52
pattern: /\bnil\b/,
53
alias: "constant",
54
},
55
- builtin: /\b(?:Atom|Bytes|Bytes32|PublicKey|Int|Bool|Any|List)\b/,
+ builtin: /\b(?:Atom|Bytes|Bytes32|PublicKey|Signature|Int|Bool|Any|List)\b/,
56
"class-name": /\b[A-Z][a-z][a-zA-Z0-9_]*\b/,
57
constant: /\b[A-Z][A-Z0-9_]*\b/,
58
};
0 commit comments