Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sat, 09 Dec 2023 22:59:45 UTC Commit: aaaf1ed59b56aecb5fb8d76b93a177b3652f3a17 https://github.com/geany/geany/commit/aaaf1ed59b56aecb5fb8d76b93a177b3652f3a...
Log Message: ----------- Merge pull request #3698 from TheDcoder/patch-1
Add `.mjs` extension for JavaScript
Modified Paths: -------------- data/filetype_extensions.conf
Modified: data/filetype_extensions.conf 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -42,7 +42,7 @@ Haskell=*.hs;*.lhs;*.hs-boot;*.lhs-boot; Haxe=*.hx; HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl; Java=*.java;*.jsp; -Javascript=*.js; +Javascript=*.js;*.mjs; JSON=*.json; Julia=*.jl; Kotlin=*.kt;*.kts;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).