Fixing the build :-\

This commit is contained in:
Arfon Smith
2015-10-20 19:24:04 +01:00
parent 9ee6153891
commit 5d176a781c
23 changed files with 31 additions and 32 deletions

View File

@@ -250,7 +250,6 @@ vendor/grammars/elixir-tmbundle:
- source.elixir - source.elixir
- text.elixir - text.elixir
- text.html.elixir - text.html.elixir
- text.html.eex
vendor/grammars/erlang.tmbundle: vendor/grammars/erlang.tmbundle:
- source.erlang - source.erlang
- text.html.erlang.yaws - text.html.erlang.yaws

View File

@@ -1029,14 +1029,6 @@ Forth:
- .fs - .fs
ace_mode: forth ace_mode: forth
Frege:
type: programming
color: "#00cafe"
extensions:
- .fr
tm_scope: source.haskell
ace_mode: haskell
FreeMarker: FreeMarker:
type: programming type: programming
color: "#0050b2" color: "#0050b2"
@@ -1047,6 +1039,14 @@ FreeMarker:
tm_scope: text.html.ftl tm_scope: text.html.ftl
ace_mode: ftl ace_mode: ftl
Frege:
type: programming
color: "#00cafe"
extensions:
- .fr
tm_scope: source.haskell
ace_mode: haskell
G-code: G-code:
type: data type: data
extensions: extensions:
@@ -1335,13 +1335,13 @@ HTML+Django:
HTML+EEX: HTML+EEX:
type: markup type: markup
tm_scope: text.html.eex tm_scope: text.html.elixir
group: HTML group: HTML
aliases: aliases:
- eex - eex
extensions: extensions:
- .eex - .eex
ace_mode: html_eex ace_mode: text
HTML+ERB: HTML+ERB:
type: markup type: markup
@@ -1352,7 +1352,7 @@ HTML+ERB:
extensions: extensions:
- .erb - .erb
- .erb.deface - .erb.deface
ace_mode: html_ruby ace_mode: text
HTML+PHP: HTML+PHP:
type: markup type: markup