Skip to content

Commit

Permalink
Sever relationships between CSON/JSON and parents
Browse files Browse the repository at this point in the history
Fixes: #4344

References: #4291
  • Loading branch information
Alhadis committed Dec 6, 2018
1 parent 3ff6a9b commit d7d06e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 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,7 +2194,6 @@ JSON5:
language_id: 175
JSONLD:
type: data
group: JavaScript
ace_mode: javascript
extensions:
- ".jsonld"
Expand Down

0 comments on commit d7d06e0

Please sign in to comment.