1
1
mirror of https://github.com/codota/TabNine.git synced 2024-09-11 18:05:28 +03:00

Recognize .d files as D source code

Closes #56
This commit is contained in:
Jacob Jackson 2019-05-13 18:03:40 -05:00
parent 849fb09abf
commit b75a903001

View File

@ -924,16 +924,6 @@ Cython:
codemirror_mode: python codemirror_mode: python
codemirror_mime_type: text/x-cython codemirror_mime_type: text/x-cython
language_id: 79 language_id: 79
D:
type: programming
color: "#ba595e"
extensions:
- ".d"
- ".di"
ace_mode: d
codemirror_mode: d
codemirror_mime_type: text/x-d
language_id: 80
D-ObjDump: D-ObjDump:
type: data type: data
extensions: extensions:
@ -5392,3 +5382,13 @@ Reason:
- ocaml - ocaml
tm_scope: source.reason tm_scope: source.reason
language_id: 869538413 language_id: 869538413
D:
type: programming
color: "#ba595e"
extensions:
- ".d"
- ".di"
ace_mode: d
codemirror_mode: d
codemirror_mime_type: text/x-d
language_id: 80