changes filetype_extensions.conf adds support for TypeScript (.tsx) and JavaScript (.jsx) file extensions to the filetype_extensions.conf configuration file. These file extensions are commonly used for React.js projects and other modern web development frameworks.
reference for the format. https://www.typescriptlang.org/docs/handbook/modules/reference.html#module-format-detection You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3892 -- Commit Summary -- * Add support for .tsx and .jsx file extensions to filetype_extensions.conf -- File Changes -- M data/filetype_extensions.conf (4) -- Patch Links -- https://github.com/geany/geany/pull/3892.patch https://github.com/geany/geany/pull/3892.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3892 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
