Merge pull request #2401 from github/cut-release-v4.5.5

Cut release v4.5.5
This commit is contained in:
Arfon Smith
2015-05-18 16:15:40 -05:00
43 changed files with 45 additions and 50 deletions

3
.gitmodules vendored
View File

@@ -118,9 +118,6 @@
[submodule "vendor/grammars/cucumber-tmbundle"]
path = vendor/grammars/cucumber-tmbundle
url = https://github.com/cucumber/cucumber-tmbundle
[submodule "vendor/grammars/Handlebars"]
path = vendor/grammars/Handlebars
url = https://github.com/daaain/Handlebars
[submodule "vendor/grammars/powershell"]
path = vendor/grammars/powershell
url = https://github.com/SublimeText/PowerShell

View File

@@ -50,8 +50,6 @@ vendor/grammars/G-Code/:
- source.gcode
vendor/grammars/GDScript-sublime/:
- source.gdscript
vendor/grammars/Handlebars:
- text.html.handlebars
vendor/grammars/IDL-Syntax:
- source.webidl
vendor/grammars/InnoSetup/:
@@ -402,7 +400,7 @@ vendor/grammars/perl.tmbundle/:
- source.perl
- source.perl.6
vendor/grammars/php-smarty.tmbundle:
- source.smarty
- text.html.smarty
vendor/grammars/php.tmbundle:
- text.html.php
vendor/grammars/pike-textmate:
@@ -435,8 +433,8 @@ vendor/grammars/ruby.tmbundle:
- source.ruby
- text.html.erb
vendor/grammars/sas.tmbundle:
- source.SASLog
- source.sas
- source.sas_log
vendor/grammars/sass-textmate-bundle:
- source.sass
vendor/grammars/scala.tmbundle:

View File

@@ -1319,7 +1319,7 @@ Handlebars:
extensions:
- .handlebars
- .hbs
tm_scope: text.html.handlebars
tm_scope: none
ace_mode: handlebars
Harbour:
@@ -1363,7 +1363,7 @@ HyPhy:
extensions:
- .bf
tm_scope: none
IDL:
type: programming
color: "#a3522f"
@@ -1685,7 +1685,7 @@ Latte:
group: HTML
extensions:
- .latte
tm_scope: source.smarty
tm_scope: text.html.smarty
ace_mode: smarty
Lean:
@@ -3077,6 +3077,7 @@ Smarty:
extensions:
- .tpl
ace_mode: smarty
tm_scope: text.html.smarty
SourcePawn:
type: programming

View File

@@ -1,3 +1,3 @@
module Linguist
VERSION = "4.5.4"
VERSION = "4.5.5"
end