Skip to content

Commit

Permalink
Cypher: Removed non-standard use of symbol token name (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 22, 2021
1 parent dafdbde commit 6af8a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions components/prism-cypher.js
Expand Up @@ -18,8 +18,7 @@ Prism.languages.cypher = {
},
'identifier': {
pattern: /`(?:[^`\\\r\n])*`/,
greedy: true,
alias: 'symbol'
greedy: true
},

'variable': /\$\w+/,
Expand Down
2 changes: 1 addition & 1 deletion components/prism-cypher.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6af8a64

Please sign in to comment.