Skip to content

Commit 53b0326

Browse files
committed
Add Signature builtin to the grammar
1 parent 60cf671 commit 53b0326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/prism-rue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Prism.languages.rue = {
5252
pattern: /\bnil\b/,
5353
alias: "constant",
5454
},
55-
builtin: /\b(?:Atom|Bytes|Bytes32|PublicKey|Int|Bool|Any|List)\b/,
55+
builtin: /\b(?:Atom|Bytes|Bytes32|PublicKey|Signature|Int|Bool|Any|List)\b/,
5656
"class-name": /\b[A-Z][a-z][a-zA-Z0-9_]*\b/,
5757
constant: /\b[A-Z][A-Z0-9_]*\b/,
5858
};

0 commit comments

Comments
 (0)