Skip to content

Releases: borela/naomi

v1.3.0

14 Mar 03:11
Compare
Choose a tag to compare

FJSX15

  • Highlight missing React member variables.
  • Enhance property prediction.
  • Fix some scopes.

MQL4

  • Simplify the entire syntax.

JSON

  • Allow comments inside arrays.
  • Allow files that starts with an array.

v1.2.2

22 Feb 20:48
Compare
Choose a tag to compare

FJSX15

  • Highlight labels.
  • Enhance computed method prediction.

SCSS3

  • Add missing color constants.
  • Add missing units.

v1.2.1

13 Feb 10:46
Compare
Choose a tag to compare
  • Fix some file references.
  • Add SublimeLinter instructions.

v1.2.0

09 Feb 12:44
Compare
Choose a tag to compare

FJSX15

  • Fix some issues with deep destructuring.
  • Add exclusive scopes for JSX components.

v1.1.0

11 Jan 15:14
Compare
Choose a tag to compare
Change generator color and underline matching pairs

v1.0.0

10 Jan 20:35
Compare
Choose a tag to compare

Syntaxes are stable but the design doc needs to be updated to document why the scopes are non standard and the logic behind the FJSX15 syntax, which is the simplest and most tolerant to coding styles.

v0.44.0

19 Dec 17:28
Compare
Choose a tag to compare

FJSX15

  • Enhance support for statements without semicolons.
  • Highlight comments in arbitrary places.

v0.43.3

13 Dec 03:18
Compare
Choose a tag to compare

Candyman

  • Dim colors for decorators and embedded expressions.

FJSX15

  • Fix the exact object syntax.

SCSS3

  • Add missing constants.

v0.43.2

02 Dec 00:06
Compare
Choose a tag to compare

FJSX15

  • Fix method's body highlighting.
  • Allow comments in arbitrary places.

v0.43.0

28 Nov 00:08
Compare
Choose a tag to compare

General

  • Make most patterns greedy and simplify them.
  • Make some scopes conform to the design document.
  • Remove CSS3 syntax. It's recommend to use the SCSS3 in that case as it supports the CSS3 + SASS.

FJSX15

  • Allow arbitrary expressions in object literals.
  • Prevent variables from being marked as properties.
  • Allow complex exports.

SCSS3

  • Add missing attributes.