Skip to content

Commit

Permalink
Merge branch 'master' into fix-nested-indent
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Aug 19, 2024
2 parents b8789b4 + 005064b commit 888b48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const getRepository = (languages) => {
end: "^(?=\\S)|(?!\\G)",
patterns: [
{
begin: "^([ ]+)(?! )",
begin: "(?>^|\\G)([ ]+)(?! )",
end: "^(?!\\1|\\s*$)",
while: stripIndent ? "\\1" : undefined,
name: `${LANGUAGE_SCOPE_PREFIX}.${id}`,
Expand Down

0 comments on commit 888b48c

Please sign in to comment.