1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 15:23:29 +03:00

Merge remote-tracking branch 'lenormf/fix-latex'

This commit is contained in:
Maxime Coste 2019-09-15 09:00:25 +10:00
commit fb60eea66d

View File

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