diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:28:47 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:28:47 +0200 |
commit | 5ded0682bdc20aacdcd958dacdcd1b965c549654 (patch) | |
tree | 55c29bd338c67154fda1762e22369b8ce58260be /syntax/dd.vim | |
parent | 26c678b08d88b658ec6069eb2ada2b2ba21c5d39 (diff) | |
download | vim-polyglot-5ded0682bdc20aacdcd958dacdcd1b965c549654.tar.gz vim-polyglot-5ded0682bdc20aacdcd958dacdcd1b965c549654.zip |
Add dlang support, closes #401
Diffstat (limited to 'syntax/dd.vim')
-rw-r--r-- | syntax/dd.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/syntax/dd.vim b/syntax/dd.vim new file mode 100644 index 00000000..ae682f50 --- /dev/null +++ b/syntax/dd.vim @@ -0,0 +1,5 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'dlang') != -1 + finish +endif + +runtime! /syntax/ddoc.vim |