about summary refs log tree commit diff stats
path: root/templates/c/.licensure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/c/.licensure.yml')
-rw-r--r--templates/c/.licensure.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/c/.licensure.yml b/templates/c/.licensure.yml
index 6c8dcfc..e1f5a01 100644
--- a/templates/c/.licensure.yml
+++ b/templates/c/.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