Revert #1438: add file extensions with multiple segments

This commit is contained in:
Paul Chaignon
2015-01-02 22:57:20 +01:00
parent 1f1ffcbfa6
commit 401067f637

View File

@@ -419,7 +419,7 @@ CLIPS:
CMake: CMake:
extensions: extensions:
- .cmake - .cmake
- .in - .cmake.in
filenames: filenames:
- CMakeLists.txt - CMakeLists.txt
ace_mode: text ace_mode: text
@@ -503,10 +503,10 @@ Clojure:
- .cl2 - .cl2
- .cljc - .cljc
- .cljs - .cljs
- .cljs.hl
- .cljscm - .cljscm
- .cljx - .cljx
- .hic - .hic
- .hl
filenames: filenames:
- riemann.config - riemann.config
@@ -1171,6 +1171,7 @@ HTML:
extensions: extensions:
- .html - .html
- .htm - .htm
- .html.hl
- .st - .st
- .xht - .xht
- .xhtml - .xhtml
@@ -1196,7 +1197,8 @@ HTML+ERB:
- erb - erb
extensions: extensions:
- .erb - .erb
- .deface - .erb.deface
- .html.erb.deface
ace_mode: html_ruby ace_mode: html_ruby
HTML+PHP: HTML+PHP:
@@ -1227,7 +1229,8 @@ Haml:
type: markup type: markup
extensions: extensions:
- .haml - .haml
- .deface - .haml.deface
- .html.haml.deface
ace_mode: haml ace_mode: haml
Handlebars: Handlebars: