From 2bb1c6d4948eecbdacea1267ee0a132aa88a7b5c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 23:44:59 +0200 Subject: fix(templates): Update already done templates with improvements from new ones --- templates/rust/.licensure.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'templates/rust/.licensure.yml') diff --git a/templates/rust/.licensure.yml b/templates/rust/.licensure.yml index 6c8dcfc..e1f5a01 100644 --- a/templates/rust/.licensure.yml +++ b/templates/rust/.licensure.yml @@ -144,6 +144,13 @@ comments: comment_char: ";;;" trailing_lines: 1 + - extensions: + - tex + commenter: + type: line + comment_char: "%" + trailing_lines: 1 + # The extension string "any" is special and so will match any file # extensions. Commenter configurations are always checked in the # order they are defined, so if any is used it should be the last -- cgit 1.4.1