See #733. Add language-d for testing and "d" extension to language file
This commit is contained in:
parent
06028a62c2
commit
080bc994b1
|
@ -19,7 +19,7 @@ notifications:
|
|||
script: sh build-package.sh
|
||||
|
||||
env:
|
||||
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg"
|
||||
- APM_TEST_PACKAGES="language-marko language-html-swig language-svg language-d"
|
||||
|
||||
cache:
|
||||
- pip: true
|
||||
|
|
|
@ -14,6 +14,7 @@ module.exports = {
|
|||
Supported extensions
|
||||
###
|
||||
extensions: [
|
||||
"d"
|
||||
]
|
||||
|
||||
defaultBeautifier: "dfmt"
|
||||
|
|
Loading…
Reference in New Issue