Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e46501b

Browse files
authoredJan 24, 2022
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

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

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)
Please sign in to comment.