Skip to content

Commit

Permalink
Merge pull request #871 from kbroch-rivosinc/dev/kbroch/add-tcl-filet…
Browse files Browse the repository at this point in the history
…ype-support

add tcl filetype support
  • Loading branch information
carmenbianca authored Nov 28, 2023
2 parents a1f2598 + 54081de commit 87819e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- Implement handling LicenseRef in `download` and `init`. (#697)
- Declared support for Python 3.12. (#846)
- More file types are recognised:
- TCL (`.tcl`) (#871)
- Julia (`.jl`) (#815)
- Modern Fortran (`.f90`) (#836)
- Bazel (`.bzl`) (#870)
Expand Down
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ class XQueryCommentStyle(CommentStyle):
".svg": UncommentableCommentStyle,
".svelte": HtmlCommentStyle,
".swift": CCommentStyle,
".tcl": PythonCommentStyle,
".tex": TexCommentStyle,
".textile": HtmlCommentStyle,
".tf": PythonCommentStyle,
Expand Down

0 comments on commit 87819e6

Please sign in to comment.