Skip to content

Commit 6af8a64

Browse files
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

Lines changed: 1 addition & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)