Skip to content

Commit

Permalink
Merge pull request #56 from krystal/fix/gerunds
Browse files Browse the repository at this point in the history
fix: syntax error in Gerunds
  • Loading branch information
bencromwell authored Jan 24, 2025
2 parents 3098989 + 7a964cd commit 80eed61
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
Expand Up @@ -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 80eed61

Please sign in to comment.