Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HAML: Use symbol alias for filter names (#3210)
  • Loading branch information
RunDevelopment committed Dec 5, 2021
1 parent 3a876df commit 3d41067
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/prism-haml.js
Expand Up @@ -36,7 +36,7 @@
inside: {
'filter-name': {
pattern: /^:[\w-]+/,
alias: 'variable'
alias: 'symbol'
}
}
},
Expand Down Expand Up @@ -132,7 +132,7 @@
inside: {
'filter-name': {
pattern: /^:[\w-]+/,
alias: 'variable'
alias: 'symbol'
},
'text': {
pattern: /[\s\S]+/,
Expand Down
2 changes: 1 addition & 1 deletion components/prism-haml.min.js

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

0 comments on commit 3d41067

Please sign in to comment.