Fixing up the build

This commit is contained in:
Arfon Smith
2015-08-12 17:20:29 +01:00
parent 60e90bab23
commit 7cf140940e
3 changed files with 9 additions and 10 deletions

View File

@@ -26,9 +26,6 @@ vendor/grammars/Alloy.tmbundle:
- source.alloy - source.alloy
vendor/grammars/AutoHotkey/: vendor/grammars/AutoHotkey/:
- source.ahk - source.ahk
vendor/grammars/st2-zonefile:
- source.untitled
- text.zone
vendor/grammars/BrightScript.tmbundle/: vendor/grammars/BrightScript.tmbundle/:
- source.brightauthorproject - source.brightauthorproject
- source.brightscript - source.brightscript
@@ -473,6 +470,8 @@ vendor/grammars/smalltalk-tmbundle:
- source.smalltalk - source.smalltalk
vendor/grammars/sql.tmbundle: vendor/grammars/sql.tmbundle:
- source.sql - source.sql
vendor/grammars/st2-zonefile:
- text.zone_file
vendor/grammars/standard-ml.tmbundle: vendor/grammars/standard-ml.tmbundle:
- source.cm - source.cm
- source.ml - source.ml

View File

@@ -750,6 +750,13 @@ DM:
tm_scope: source.c++ tm_scope: source.c++
ace_mode: c_cpp ace_mode: c_cpp
DNS Zone:
type: data
extensions:
- .zone
tm_scope: text.zone_file
ace_mode: text
DTrace: DTrace:
type: programming type: programming
aliases: aliases:
@@ -790,13 +797,6 @@ Diff:
tm_scope: source.diff tm_scope: source.diff
ace_mode: diff ace_mode: diff
DNS zone:
type: data
extensions:
- .zone
tm_scope: text.zone
ace_mode: text
Dockerfile: Dockerfile:
type: data type: data
tm_scope: source.dockerfile tm_scope: source.dockerfile