diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-06 11:02:00 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-06 11:02:00 +0200 |
commit | c6fa4d2bf5eb5301f4d3f123031cf34839a5508d (patch) | |
tree | a6cbc1ec45fec9dc8babfc73125de195e72e0245 /tests | |
parent | cbc460033329db8a1638e27830ad7264cd349a9d (diff) | |
download | vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.tar.gz vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.zip |
Add extensions to vlang
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 39caa48a..1a2b725c 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -214,7 +214,7 @@ call TestFiletype('xml.twig') call TestFiletype('typescript') call TestFiletype('typescriptreact') call TestFiletype('unison') -call TestFiletype('v') +call TestFiletype('vlang') call TestFiletype('vala') call TestFiletype('vbnet') call TestFiletype('vcl') |