Skip to content

Commit

Permalink
Merge pull request #938 from Gusser93/add-cuda-support
Browse files Browse the repository at this point in the history
Add support for CUDA-C++
  • Loading branch information
carmenbianca committed Apr 8, 2024
2 parents e62cb72 + 4facc77 commit 0426f12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ CLI command and its behaviour. There are no guarantees of stability for the

- More file types are recognised:
- Assembler (`.asm`) (#928)
- CUDA-C++ (`.cu`, `.cuh`) (#938)

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@ class XQueryCommentStyle(CommentStyle):
".csl": HtmlCommentStyle, # Bibliography (XML based)
".css": CssCommentStyle,
".csv": UncommentableCommentStyle,
".cu": CCommentStyle,
".cuh": CCommentStyle,
".cxx": CCommentStyle,
".d": CCommentStyle,
".dart": CCommentStyle,
Expand Down

0 comments on commit 0426f12

Please sign in to comment.