Branch: refs/heads/master Author: Chocobo1 Chocobo1@users.noreply.github.com Committer: GitHub noreply@github.com Date: Tue, 21 May 2024 09:33:21 UTC Commit: 7d1b0ca805f1b830a9276ab48ceec2d8acb239de https://github.com/geany/geany/commit/7d1b0ca805f1b830a9276ab48ceec2d8acb239...
Log Message: ----------- Add file extensions for TypeScript (#3867)
`.cts`: CommonJS TypeScript `.mts`: ES TypeScript
See: https://www.typescriptlang.org/docs/handbook/modules/reference.html#module-f...
Modified Paths: -------------- data/filetype_extensions.conf
Modified: data/filetype_extensions.conf 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -74,7 +74,7 @@ SQL=*.sql; Swift=*.swift; Tcl=*.tcl;*.tk;*.wish;*.exp; Txt2tags=*.t2t; -TypeScript=*.ts; +TypeScript=*.ts;*.cts;*.mts; Vala=*.vala;*.vapi; Verilog=*.v; VHDL=*.vhd;*.vhdl;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).