From 267ac0301bfc5bb617a9f2ceb595e899910ff655 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Wed, 3 Aug 2011 00:15:46 +0200 Subject: [PATCH] Added some subtypes of ruby files --- ftyperc | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/ftyperc b/ftyperc index 51f7404..a7a8862 100644 --- a/ftyperc +++ b/ftyperc @@ -155,6 +155,24 @@ -autoindent -pound_comment -syntax ruby +-text_delimiters do=end + +*.gemspec +-autoindent +-pound_comment +-syntax ruby +-text_delimiters do=end + +*Gemfile +-autoindent +-pound_comment +-syntax ruby +-text_delimiters do=end + +*Rakefile +-autoindent +-pound_comment +-syntax ruby -text_delimiters do=end Perl @@ -618,17 +636,27 @@ -text_delimiters do=done:if=elif=else=fi:case=esac Makefile -*akefile +*Makefile -autoindent -syntax conf -pound_comment -*akefile.in +*makefile -autoindent -syntax conf -pound_comment -*AKEFILE +*Makefile.in +-autoindent +-syntax conf +-pound_comment + +*makefile.in +-autoindent +-syntax conf +-pound_comment + +*MAKEFILE -autoindent -syntax conf -pound_comment