diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-09-20 18:00:16 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-09-20 18:00:16 +0200 |
| commit | 3d29a972f67812e588ada0be16ac13eab765feb3 (patch) | |
| tree | 2c9903209228f9eca1edec95aeb472da95a59847 | |
| parent | 30bf6ebd9fc9e95f457b80c8263e8ee7e87e1ed4 (diff) | |
| parent | bc1fe766267a6f277c5c97b314d1d706be2f4f41 (diff) | |
| download | vis-3d29a972f67812e588ada0be16ac13eab765feb3.tar.gz vis-3d29a972f67812e588ada0be16ac13eab765feb3.tar.xz | |
Merge branch 'ts' of https://github.com/erf/vis into master
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 1110e64..2e16cc0 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -204,7 +204,7 @@ vis.ftdetect.filetypes = { ext = { "%.bsh$", "%.java$" }, }, javascript = { - ext = { "%.js$", "%.jsfl$" }, + ext = { "%.js$", "%.jsfl$", "%.ts$" }, }, json = { ext = { "%.json$" }, |
