Skip to content

Commit

Permalink
fix(vscode): fix syntax highlightning
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Dec 16, 2024
1 parent a26f96a commit 4c3cff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vscode/syntaxes/prisma.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@
"name": "comment.prisma"
},
"multi_line_comment": {
"begin": "/*",
"end": "*/",
"begin": "/\\*",
"end": "\\*/",
"name": "comment.prisma"
},
"double_comment_inline": {
Expand Down

0 comments on commit 4c3cff7

Please sign in to comment.