mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Add support for Edje Data Collections (#3879)
* Add support for Edje Data Collections Fixes #3876 * Add EDC in grammars list
This commit is contained in:
committed by
Colin Seymour
parent
c05bc99004
commit
b4492e7205
@@ -1144,6 +1144,15 @@ Ecere Projects:
|
|||||||
codemirror_mode: javascript
|
codemirror_mode: javascript
|
||||||
codemirror_mime_type: application/json
|
codemirror_mime_type: application/json
|
||||||
language_id: 98
|
language_id: 98
|
||||||
|
Edje Data Collection:
|
||||||
|
type: data
|
||||||
|
extensions:
|
||||||
|
- ".edc"
|
||||||
|
tm_scope: source.json
|
||||||
|
ace_mode: json
|
||||||
|
codemirror_mode: javascript
|
||||||
|
codemirror_mime_type: application/json
|
||||||
|
language_id: 342840478
|
||||||
Eiffel:
|
Eiffel:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#946d57"
|
color: "#946d57"
|
||||||
|
|||||||
2061
samples/Edje Data Collection/mild.edc
Normal file
2061
samples/Edje Data Collection/mild.edc
Normal file
File diff suppressed because it is too large
Load Diff
1
vendor/README.md
vendored
1
vendor/README.md
vendored
@@ -101,6 +101,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
|
|||||||
- **eC:** [ecere/ec.tmbundle](https://github.com/ecere/ec.tmbundle)
|
- **eC:** [ecere/ec.tmbundle](https://github.com/ecere/ec.tmbundle)
|
||||||
- **Ecere Projects:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle)
|
- **Ecere Projects:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle)
|
||||||
- **ECLiPSe:** [alnkpa/sublimeprolog](https://github.com/alnkpa/sublimeprolog)
|
- **ECLiPSe:** [alnkpa/sublimeprolog](https://github.com/alnkpa/sublimeprolog)
|
||||||
|
- **Edje Data Collection:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle)
|
||||||
- **edn:** [atom/language-clojure](https://github.com/atom/language-clojure)
|
- **edn:** [atom/language-clojure](https://github.com/atom/language-clojure)
|
||||||
- **Eiffel:** [textmate/eiffel.tmbundle](https://github.com/textmate/eiffel.tmbundle)
|
- **Eiffel:** [textmate/eiffel.tmbundle](https://github.com/textmate/eiffel.tmbundle)
|
||||||
- **EJS:** [gregory-m/ejs-tmbundle](https://github.com/gregory-m/ejs-tmbundle)
|
- **EJS:** [gregory-m/ejs-tmbundle](https://github.com/gregory-m/ejs-tmbundle)
|
||||||
|
|||||||
Reference in New Issue
Block a user