Merge pull request #1080 from github/979-update

Update of https://github.com/github/linguist/pull/979
This commit is contained in:
Arfon Smith
2014-04-21 10:03:22 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ COBOL:
CSS:
ace_mode: css
color: "#1f085e"
color: "#563d7c"
primary_extension: .css
Ceylon:
@@ -890,7 +890,7 @@ Java Server Pages:
JavaScript:
type: programming
ace_mode: javascript
color: "#f15501"
color: "#f7df1e"
aliases:
- js
- node

View File

@@ -322,7 +322,7 @@ class TestLanguage < Test::Unit::TestCase
def test_color
assert_equal '#701516', Language['Ruby'].color
assert_equal '#3581ba', Language['Python'].color
assert_equal '#f15501', Language['JavaScript'].color
assert_equal '#f7df1e', Language['JavaScript'].color
assert_equal '#31859c', Language['TypeScript'].color
end