rc latex: Highlight DTX and STY files

This commit is contained in:
Frank LENORMAND 2019-09-05 10:19:39 +02:00
parent b3287a74cb
commit 1aea592b76

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.(tex|cls) %{
hook global BufCreate .*\.(tex|cls|sty|dtx) %{
set-option buffer filetype latex
}