Skip to content

Commit

Permalink
lua: filetype: add JSX and Typescript extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonks3141 authored Mar 10, 2024
1 parent 3d1c3c1 commit 4d97ccc
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 @@ -222,7 +222,7 @@ vis.ftdetect.filetypes = {
ext = { "%.bsh$", "%.java$" },
},
javascript = {
ext = { "%.cjs$", "%.js$", "%.jsfl$", "%.mjs$" },
ext = { "%.cjs$", "%.js$", "%.jsfl$", "%.mjs$", "%.jsx$", "%.ts$", "%.tsx$" },
},
jq = {
ext = { "%.jq$" },
Expand Down

0 comments on commit 4d97ccc

Please sign in to comment.