Skip to content

Commit

Permalink
Merge branch 'master' into eslint-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jun 13, 2021
2 parents 293dc02 + 5d3d808 commit 2e4dd47
Show file tree
Hide file tree
Showing 161 changed files with 777 additions and 235 deletions.
2 changes: 1 addition & 1 deletion components.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,15 @@
"require": "markup",
"owner": "Golmote"
},
"wolfram": {
"title": "Wolfram language",
"alias": ["mathematica", "nb", "wl"],
"aliasTitles": {
"mathematica": "Mathematica",
"nb": "Mathematica Notebook"
},
"owner": "msollami"
},
"xeora": {
"title": "Xeora",
"require": "markup",
Expand Down
4 changes: 2 additions & 2 deletions components/prism-abnf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
alias: 'operator'
},
'definition': {
pattern: /(^[ \t]*)(?:[a-z][\w-]*|<[^>\r\n]*>)(?=\s*=)/m,
pattern: /(^[ \t]*)(?:[a-z][\w-]*|<[^<>\r\n]*>)(?=\s*=)/m,
lookbehind: true,
alias: 'keyword',
inside: {
Expand All @@ -41,7 +41,7 @@
}
},
'rule': {
pattern: /(^|[^<\w-])[a-z][\w-]*|<[^>\r\n]*>/i,
pattern: /(^|[^<\w-])[a-z][\w-]*|<[^<>\r\n]*>/i,
lookbehind: true,
inside: {
'punctuation': /<|>/
Expand Down
2 changes: 1 addition & 1 deletion components/prism-abnf.min.js

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

2 changes: 1 addition & 1 deletion components/prism-apacheconf.js

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

Loading

0 comments on commit 2e4dd47

Please sign in to comment.