Skip to content

Commit

Permalink
remove type from keyword renders
Browse files Browse the repository at this point in the history
  • Loading branch information
carlagn committed Dec 6, 2024
1 parent 60eaec8 commit b310395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/prism-prisma.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Prism.languages.prisma = Prism.languages.extend("clike", {
keyword: /\b(?:datasource|enum|generator|model|type|view)\b/,
keyword: /\b(?:datasource|enum|generator|model|view)\b/,
"type-class-name": /(\s+)[A-Z]\w+/, ///(\b)(\s+)[A-Z]\w+/
});

Expand Down

0 comments on commit b310395

Please sign in to comment.