Skip to content

Commit

Permalink
Sever relationships between CSON/JSON and parent languages (#4345)
Browse files Browse the repository at this point in the history
* Sever relationships between CSON/JSON and parents

Fixes: #4344

References: #4291

* Fix missing CodeMirror mode for JSONLD files
  • Loading branch information
Alhadis authored and lildude committed Dec 10, 2018
1 parent 1cc86b6 commit 6caebb5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,10 @@ COLLADA:
language_id: 49
CSON:
type: data
group: CoffeeScript
tm_scope: source.coffee
ace_mode: coffee
codemirror_mode: coffeescript
codemirror_mime_type: text/x-coffeescript
searchable: false
extensions:
- ".cson"
language_id: 424
Expand Down Expand Up @@ -2128,7 +2126,6 @@ JFlex:
JSON:
type: data
tm_scope: source.json
group: JavaScript
ace_mode: json
codemirror_mode: javascript
codemirror_mime_type: application/json
Expand Down Expand Up @@ -2197,11 +2194,12 @@ JSON5:
language_id: 175
JSONLD:
type: data
group: JavaScript
ace_mode: javascript
extensions:
- ".jsonld"
tm_scope: source.js
ace_mode: javascript
codemirror_mode: javascript
codemirror_mime_type: application/json
language_id: 176
JSONiq:
color: "#40d47e"
Expand Down

0 comments on commit 6caebb5

Please sign in to comment.