Skip to content

Commit 6af8a64

Browse files
authoredNov 22, 2021
Cypher: Removed non-standard use of symbol token name (#3195)
1 parent dafdbde commit 6af8a64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎components/prism-cypher.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Prism.languages.cypher = {
1818
},
1919
'identifier': {
2020
pattern: /`(?:[^`\\\r\n])*`/,
21-
greedy: true,
22-
alias: 'symbol'
21+
greedy: true
2322
},
2423

2524
'variable': /\$\w+/,

‎components/prism-cypher.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.