diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:14:37 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:14:37 +0200 |
commit | 48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5 (patch) | |
tree | 7cb3ee0dbfc4ce66bed603e7cf352ddda6b1d17a /tests/filetypes.vim | |
parent | 0f9acbe2fcc6c87336494406e3d3c81c40e9de52 (diff) | |
download | vim-polyglot-48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5.tar.gz vim-polyglot-48eb0fb1a890077cc85f1916fc2c8bb611a0f8d5.zip |
Update
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index a8d1cb7d..fbcc3cf9 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -648,6 +648,7 @@ call TestFiletype('mint') call TestFiletype('jsonc') call TestFiletype('gleam') call TestFiletype('hjson') +call TestFiletype('sway') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE |