Skip to content

Commit

Permalink
Add .es6 as JavaScript extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuiles committed Jan 25, 2014
1 parent dc76ca7 commit 96dfbc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ Harbour:
lexer: Text only
color: "#0e60e3"
primary_extension: .hb

Haskell:
type: programming
color: "#29b544"
Expand Down Expand Up @@ -860,6 +860,7 @@ JavaScript:
extensions:
- ._js
- .bones
- .es6
- .jake
- .jsfl
- .jsm
Expand Down Expand Up @@ -1196,7 +1197,7 @@ PAWN:
lexer: C++
color: "#dbb284"
primary_extension: .pwn

PHP:
type: programming
ace_mode: php
Expand Down Expand Up @@ -1319,7 +1320,7 @@ Prolog:
type: programming
color: "#74283c"
primary_extension: .prolog
extensions:
extensions:
- .pl

Protocol Buffer:
Expand Down

0 comments on commit 96dfbc7

Please sign in to comment.