Branch: refs/heads/master Author: Chocobo1 Chocobo1@users.noreply.github.com Committer: GitHub noreply@github.com Date: Sun, 19 May 2024 01:26:03 UTC Commit: 529f5d496b0182e495b3262407fa6e86533000fc https://github.com/geany/geany/commit/529f5d496b0182e495b3262407fa6e86533000...
Log Message: ----------- Add `.cjs` extension for JavaScript (#3866)
`.cjs` is a commonly used file extension for Node.js and it is the complementary of `.mjs`. See: https://nodejs.org/docs/latest/api/esm.html#enabling
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;*.mjs; +Javascript=*.js;*.cjs;*.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).