Skip to content

Commit

Permalink
Merge pull request #747 from benoit-rolandeau-act/main
Browse files Browse the repository at this point in the history
Add support for Visual Studio Code workspace file ".code-workspace"
  • Loading branch information
carmenbianca authored May 25, 2023
2 parents 52598fb + b9e054d commit 02e512a
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 @@ -48,6 +48,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- CommonJS (`.cjs`) (#632)
- Qt .pro (`.pro`) (#632)
- Textile (`.textile`) (#712)
- Visual Studio Code workspace (`.code-workspace`) (#746)
- Svelte components (`.svelte`)
- More files are recognised:
- Clang format (`.clang-format`) (#632)
Expand Down
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ class XQueryCommentStyle(CommentStyle):
".cljc": LispCommentStyle,
".cljs": LispCommentStyle,
".cmake": PythonCommentStyle, # TODO: Bracket comments not supported.
".code-workspace": CCommentStyle,
".coffee": PythonCommentStyle,
".cpp": CCommentStyle,
".cs": CCommentStyle,
Expand Down

0 comments on commit 02e512a

Please sign in to comment.