Releases: borela/naomi
Releases · borela/naomi
v0.42.0
v0.41.0
General
- Convert the candyman color scheme to use CSScheme.
FJSX15
- Simplify and optimize.
- Make some scopes uniform.
HTML5
- Simplify and optimize.
CSS3
- Simplify.
- Add some missing attributes.
SCSS3
- Simplify.
- Add some missing attributes.
PHP7
- Make some scopes uniform.
MQL4
- Make some scopes uniform.
v0.40.1
FJSX15
- Highlight arbitrary function calls, e.g.
(expression 1, expression 2...)(args...)
where the parenthesis enveloping the arguments are marked as function call. - Allow dollar signs in variables, types and embedded variables.
- Make array literals non greedy.
- Enhance generic type prediction.
- Enhance variable prediction.
- Enhance nullable prediction.
- Enhance object type prediction.
- Fix escape sequences not allowing mixed cases.
- Highlight
'use strict';
as keyword inside deep expressions. - Enhance destructuring prediction.
- Make comments greedy.
- Make function arguments greedy.
- Make the
new
operator accept arbitrary expressions and not requiring parenthesis anymore. - Enhance regex literal prediction.
v0.39.1
v0.39.0
v0.38.1
v0.37.3
v0.37.2
v0.37.1
v0.36.0
General
- Change template and flow punctuation’s colors.
FJSX15
- Allow dangling comma in object literals.
- Allow nested template literals.
- Enhance method and property prediction for object literals.
- Allow comments in class body.
- Allow anonymous generators.
- Allow comments in JSX tags and relax the prediction to account for multi-line tags.
HTML5
- Highlight FJSX15 inside
<script type="text/babel">
tags.