Skip to content

Commit

Permalink
Merge pull request geany#3892 from ajpf44/add-filetype-support
Browse files Browse the repository at this point in the history
Add support for .tsx and .jsx file extensions to
  • Loading branch information
techee authored Nov 9, 2024
2 parents 2900a44 + 6dc2406 commit bf35b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/filetype_extensions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Haskell=*.hs;*.lhs;*.hs-boot;*.lhs-boot;
Haxe=*.hx;
HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl;
Java=*.java;*.jsp;
Javascript=*.js;*.cjs;*.mjs;
Javascript=*.js;*.cjs;*.mjs;*.jsx;
JSON=*.json;
Julia=*.jl;
Kotlin=*.kt;*.kts;
Expand Down Expand Up @@ -77,7 +77,7 @@ SQL=*.sql;
Swift=*.swift;
Tcl=*.tcl;*.tk;*.wish;*.exp;
Txt2tags=*.t2t;
TypeScript=*.ts;*.cts;*.mts;
TypeScript=*.ts;*.cts;*.mts;*.tsx;
Vala=*.vala;*.vapi;
Verilog=*.v;
VHDL=*.vhd;*.vhdl;
Expand Down

0 comments on commit bf35b7b

Please sign in to comment.