@codemirror/lang-javascript
Advanced tools
Changelog
0.19.5 (2022-01-11)
Add the function
highlight modifier to variables used in tagged template expressions.
Changelog
0.19.4 (2022-01-03)
Fix highlighting of TypeScript private/public/protected keywords.
Changelog
0.19.2 (2021-09-23)
Use more specific highlighting tags for JSX attribute names and values.
Changelog
0.18.0 (2021-03-03)
Extend indentOnInput
expression to cover closing JSX tags.
Changelog
0.17.2 (2021-02-15)
Improve highlighting tag specificity of defined function and class names. Add indentation information for JSX constructs
Support smart indent for JSX syntax.