Skip to content

Commit

Permalink
Merge branch 'ts' of https://github.com/erf/vis into master
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Sep 20, 2020
2 parents 30bf6eb + bc1fe76 commit 3d29a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ vis.ftdetect.filetypes = {
ext = { "%.bsh$", "%.java$" },
},
javascript = {
ext = { "%.js$", "%.jsfl$" },
ext = { "%.js$", "%.jsfl$", "%.ts$" },
},
json = {
ext = { "%.json$" },
Expand Down

0 comments on commit 3d29a97

Please sign in to comment.