Skip to content

Commit

Permalink
Merge branch 'master' into issue2546
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Oct 4, 2021
2 parents d6aebb3 + 5b7ce5e commit c641d0d
Show file tree
Hide file tree
Showing 29 changed files with 1,160 additions and 13 deletions.
2 changes: 1 addition & 1 deletion components.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"arduino": {
"title": "Arduino",
"require": "cpp",
"alias": "ino",
"owner": "dkern"
},
"arff": {
Expand Down Expand Up @@ -713,6 +714,10 @@
"title": "Julia",
"owner": "cdagnino"
},
"keepalived": {
"title": "Keepalived Configure",
"owner": "dev-itsheng"
},
"keyman": {
"title": "Keyman",
"owner": "mcdurdin"
Expand Down
2 changes: 2 additions & 0 deletions components/prism-arduino.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-arduino.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-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ var Prism = (function (_self) {

if (greedy) {
match = matchPattern(pattern, pos, text, lookbehind);
if (!match) {
if (!match || match.index >= text.length) {
break;
}

Expand Down
Loading

0 comments on commit c641d0d

Please sign in to comment.