Releases: borela/naomi
Releases · borela/naomi
v3.7.0
General
Add exclusive color to object keys in candyman;
Add new indentation rules for JavaScript and JSX;
Modify indentation behavior for parenthesis ()
and square brackets []
to be similar to curly braces {}
;
JavaScript
Make object literal keys unquoted strings except for numbers;
Add emoji for arrow functions in symbol list;
v3.6.6
JavaScript
Fix #82 Expressions after dot operator were not expecting the continuation;
v3.6.5
JavaScript
Fix #79 by making arguments optional;
To prevent similar bugs to #79 , Node and React globals are using the same logic;
CSS
Make it compatible with the core syntax when highlighting inline CSS;
v3.6.4
JavaScript
Fix #78 , remove the docblock shortcuts conflicting with external plugins;
Fix #77 where .class
was being highlighted as a class declaration instead of a variable;
HTML
Fix inline style not being highlighted;
Fix inline script context being stuck;
v3.6.3
FJSX15
Fix #75 Shorthand properties in object literals;
Fix #76 Aliased import star;
v3.6.1
FJSX15
Pair back ticks and interpolation;
Change variables scopes to enhance compatibility with color schemes;
v3.5.1
FJSX15
Fix #71 ; Object initializers had to be reworked;
v3.5.0
FJSX15
Fix #70 ; Highlight React's methods using the main algorithm;
JSX
v3.4.6
Disable single line comment backspace;
You can’t perform that action at this time.