Skip to content

Commit 3d41067

Browse files
HAML: Use symbol alias for filter names (#3210)
1 parent 3a876df commit 3d41067

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/prism-haml.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
inside: {
3737
'filter-name': {
3838
pattern: /^:[\w-]+/,
39-
alias: 'variable'
39+
alias: 'symbol'
4040
}
4141
}
4242
},
@@ -132,7 +132,7 @@
132132
inside: {
133133
'filter-name': {
134134
pattern: /^:[\w-]+/,
135-
alias: 'variable'
135+
alias: 'symbol'
136136
},
137137
'text': {
138138
pattern: /[\s\S]+/,

components/prism-haml.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)