diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1be6a2..0b4673b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/src/reuse/comment.py b/src/reuse/comment.py index 433d3648..1cec22d0 100644 --- a/src/reuse/comment.py +++ b/src/reuse/comment.py @@ -686,7 +686,7 @@ class XQueryCommentStyle(CommentStyle): ".ts": CCommentStyle, ".tsx": CCommentStyle, ".ttl": PythonCommentStyle, # Turtle/RDF - ".typ": CCommentStyle, # typst files + ".typ": CCommentStyle, # typst files ".ui": UncommentableCommentStyle, ".v": CCommentStyle, # V-Lang source code ".vala": CCommentStyle,