Skip to content

Commit

Permalink
fix: syntax error in Gerunds
Browse files Browse the repository at this point in the history
bencromwell committed Jan 24, 2025

Verified

This commit was signed with the committer’s verified signature.
macalinao Ian Macalinao
1 parent 3098989 commit 7a964cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles/Krystal/Gerunds.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,5 @@ script: |
matches := []
for match in text.re_find(`^ *[A-Z][a-zA-Z]*ing .*$`, scope, -1) {
matches = append(matches, {begin: match[0].begin, end: match[0].end})
}
matches = append(matches, {begin: match[0].begin, end: match[0].end})
}

0 comments on commit 7a964cd

Please sign in to comment.