lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e5afdf2 5/6: Improve vim's treatment of '.mst


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e5afdf2 5/6: Improve vim's treatment of '.mst' files
Date: Tue, 6 Mar 2018 07:02:46 -0500 (EST)

branch: master
commit e5afdf2aaa28e01aea037275ca1475fccf7830a5
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve vim's treatment of '.mst' files
---
 README.schroot | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.schroot b/README.schroot
index 643591f..e67bd2f 100644
--- a/README.schroot
+++ b/README.schroot
@@ -233,6 +233,12 @@ au BufReadPost,BufNewFile *.tpp set ft=cpp
 au BufReadPost,BufNewFile *.xpp set ft=cpp
 " au BufReadPost,BufNewFile *.?pp set ft=cpp
 
+" mustache--"ignored" is preferable to default:
+"   https://lists.gnu.org/archive/html/lmi/2017-10/msg00016.html
+" for a plugin, see:
+"   https://lists.gnu.org/archive/html/lmi/2017-10/msg00017.html
+au BufReadPost,BufNewFile *.mst set ft=ignored
+
 syntax on
 set hlsearch
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]