1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +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_mime_type: text/x-cython
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:
type: data
extensions:
@ -5392,3 +5382,13 @@ Reason:
- ocaml
tm_scope: source.reason
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