New extensions:
- *.vue - this actually like regular HTML file: https://vuejs.org/guide/scaling-up/sfc.html
- *.cjs - used for JS in the commonjs module format
- *.mjs - used for JS in the ESM module format
- *.tmpl - commonly used as HTML templates, like an *.tpl
New JS keywords:
Example:
import { A as B } from 'moduleName';
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3440
Commit Summary
- 681425c update JS keywords and extensions
File Changes
(2 files)
Patch Links:
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3440@github.com>