Branch: refs/heads/master Author: Damon Harris TheDcoder@protonmail.com Committer: GitHub noreply@github.com Date: Wed, 22 Nov 2023 12:08:16 UTC Commit: 0629be7ac2b97dc254fc51f1beda8dfe83c952a8 https://github.com/geany/geany/commit/0629be7ac2b97dc254fc51f1beda8dfe83c952...
Log Message: ----------- Add `.mjs` extension for JavaScript
The `.mjs` extension is used by Node.js and others to denote JavaScript module files, unlike normal `.js` files these files are treated like ES6 modules by default.
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).