Skip to content

Commit e46501b

Browse files
authored
editorconfig: Change alias of section from keyword to selector (#3305)
1 parent 2eb89e1 commit e46501b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/prism-editorconfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Prism.languages.editorconfig = {
44
'section': {
55
pattern: /(^[ \t]*)\[.+\]/m,
66
lookbehind: true,
7-
alias: 'keyword',
7+
alias: 'selector',
88
inside: {
99
'regex': /\\\\[\[\]{},!?.*]/, // Escape special characters with '\\'
1010
'operator': /[!?]|\.\.|\*{1,2}/,

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