From: Ralf Treinen <treinen@debian.org>
Date: Sun, 1 Sep 2019 21:33:40 +0200
Subject: add a default for .tex files

Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620376
---
 config_builtin | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config_builtin b/config_builtin
index 7257a17..61f6e86 100644
--- a/config_builtin
+++ b/config_builtin
@@ -4,6 +4,7 @@
 | ".*\\.fml[i]?" -> frame open:"(*" line:"*" close:"*)"
 | ".*\\.mly"     -> frame open:"/*" line:"*" close:"*/"
 | ".*\\.[ch]"    -> frame open:"/*" line:"*" close:"*/"
+| ".*\\.tex"     -> frame open:"%"  line:"%" close:"%"
 | ".*Makefile.*" -> frame open:"#"  line:"#" close:"#"
 | ".*README.*"   -> frame open:"*"  line:"*" close:"*"
 | ".*LICENSE.*"  -> frame open:"*"  line:"*" close:"*"
