From 969e481e0594ead752ec22cc7e95d4ffb9b107bf Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Mon, 1 Aug 2011 02:00:29 +0200 Subject: [PATCH] Extended ftyperc by Markdown, YAML support --- ftyperc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ftyperc b/ftyperc index 78c845f..282d230 100644 --- a/ftyperc +++ b/ftyperc @@ -753,3 +753,19 @@ *jpicorc.in -syntax joerc + Markdown +*.md +-syntax md + + YAML +*.yml +-autoindent +-smarthome +-smartbacks +-syntax yaml + +*.yaml +-autoindent +-smarthome +-smartbacks +-syntax yaml