Skip to content

Commit

Permalink
Merge pull request #801 from silverhikari/typst-support
Browse files Browse the repository at this point in the history
Add Typst file support (.typ)
  • Loading branch information
mxmehl authored Jul 17, 2023
2 parents 47723e7 + 4cd3f3a commit dba48d9
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 @@ -63,6 +63,7 @@ CLI command and its behaviour. There are no guarantees of stability for the
- Flutter pubspec.lock (`pubspec.lock`) (#751)
- Flutter .metadata (`.metadata`) (#751)
- Terraform (`.tf`, `tfvars`) and HCL (`.hcl`). (#756)
- Typst (`.typ`)
- Added loglevel argument to pytest and skip one test if loglevel is too high
(#645).
- `--add-license-concluded`, `--creator-person`, and `--creator-organization`
Expand Down
1 change: 1 addition & 0 deletions src/reuse/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ class XQueryCommentStyle(CommentStyle):
".ts": CCommentStyle,
".tsx": CCommentStyle,
".ttl": PythonCommentStyle, # Turtle/RDF
".typ": CCommentStyle, # typst files
".ui": UncommentableCommentStyle,
".v": CCommentStyle, # V-Lang source code
".vala": CCommentStyle,
Expand Down

0 comments on commit dba48d9

Please sign in to comment.