Skip to content

Commit

Permalink
spelling: whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 2, 2025
1 parent fcc166a commit f7087a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Git Formats/Git Rebase.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ contexts:
commit-subject:
- meta_scope: meta.commit.git.rebase
- include: line-end
- match: (?=\S) # subject begins with first none whitespece
- match: (?=\S) # subject begins with first none whitespace
set: commit-subject-content

commit-subject-content:
Expand Down
2 changes: 1 addition & 1 deletion HTML/HTML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ variables:
script_content_begin: |-
(?x:
# whitespace followed by opening html comment begin punctuation,
# optionally followed by whitespeace until end of line
# optionally followed by whitespace until end of line
\s*(<!--) (?:\s*\n)?
# or any other non-whitespace character ahead
| (?=\s*(?!<!--)\S)
Expand Down

0 comments on commit f7087a5

Please sign in to comment.