Skip to content

Commit

Permalink
Merge branch 'master' into licensee-6
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Oct 23, 2015
2 parents 317219e + a35a3e9 commit 9327268
Show file tree
Hide file tree
Showing 5 changed files with 14,074 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
before_install: script/travis/before_install
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
Expand Down
4 changes: 3 additions & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ Cython:

D:
type: programming
color: "#fcd46d"
color: "#ba595e"
extensions:
- .d
- .di
Expand Down Expand Up @@ -1328,6 +1328,7 @@ HTML+Django:
- .mustache
- .jinja
aliases:
- django
- html+django/jinja
- html+jinja
- htmldjango
Expand Down Expand Up @@ -1701,6 +1702,7 @@ KiCad:
type: programming
extensions:
- .sch
- .brd
- .kicad_pcb
tm_scope: none
ace_mode: text
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Linguist
VERSION = "4.6.4"
VERSION = "4.7.0"
end
Loading

0 comments on commit 9327268

Please sign in to comment.