summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-09 22:57:13 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-09 22:57:13 +0200
commit0d48ba92455548018105670980552e54930f60eb (patch)
treece1b41ae7a984eff3709073ae97809bce876f147 /tests
parent1993b9f68fff3cb87413fdc2e328763c291578c4 (diff)
downloadvim-polyglot-0d48ba92455548018105670980552e54930f60eb.tar.gz
vim-polyglot-0d48ba92455548018105670980552e54930f60eb.zip
Fix detecting of some filetypes, closes #579
Diffstat (limited to 'tests')
-rw-r--r--tests/extensions.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim
index f6606532..77ff620b 100644
--- a/tests/extensions.vim
+++ b/tests/extensions.vim
@@ -385,3 +385,6 @@ call TestExtension("xml", "fglrxrc", "")
call TestExtension("conf", "foo.conf", "")
call TestExtension("conf", "config", "")
call TestExtension("conf", "auto.master", "")
+
+" https://github.com/sheerun/vim-polyglot/issues/579
+call TestExtension("dart", "reminders.dart", "")