Skip to content

Commit

Permalink
Add comment mapping for sh (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: Beaness <sikyserver@gmail.com>
  • Loading branch information
Prozilla and Beaness authored Oct 15, 2024
1 parent 229c0d8 commit 23f5288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const commentMapping: { [key: string]: CallableFunction } = {
python: hashtag,
ruby: hashtag,
sql: dashes,
sh: hashtag,
};

/**
Expand Down

0 comments on commit 23f5288

Please sign in to comment.