- Syntax highlighting:
- Fix: Replace all textmate scope
variable.other.livescript
to''
.
- Fix: Replace all textmate scope
- Syntax highlighting:
- Add: Backcall.
- Add: Variable names with
$
and_
signs will be highlighted separately from the name, making it easy to distinguish. Useful for private, temporary variables.
- Syntax highlighting:
- Fix bigint syntax when accessing properties without dots. For example:
4nvalueOf
.
- Fix bigint syntax when accessing properties without dots. For example:
- Syntax highlighting:
- Add:
then
and=>
syntax after the named function, avoiding confusing variables afterthen
with parameters. - Fix: In parameters, variables in parentheses will be like regular variables, not parameters.
- Add:
- Syntax highlighting:
- Added syntax highlighting for escaped characters in regexp.
- Changed some regexp and heregex syntax highlighting.
- Syntax highlighting:
- Added syntax highlighting for colons in object, escaped characters in heregex.
- Fix some syntax highlighting.
- Syntax highlighting:
- Fixed: Issue #2
- Syntax highlighting:
- Fix named function parameters.
- Fix properties with names similar to keywords.
- Syntax highlighting:
- Add syntax highlighting for function parameters. But there is still an error between the brackets and the arrow function.
- Syntax highlighting:
- Add: innerWidth, innerHeight.
- Syntax highlighting:
- Fix: Window methods are highlighted when they are properties of another object.
- Change: Object property access syntax with a tilde will be highlighted as dot notation.
- Syntax highlighting:
- Add
event
.
- Add
- Syntax highlighting:
- Fix:
break
,continue
are not highlighted when the label name begins with a keyword.
- Fix:
- Syntax highlighting:
- Rewrote syntax highlighting for strings to be more concise, also added highlighting for character escape sequences.
- Fix:
break
,continue
with the following keyword highlighted as label. - Fix: Remove highlights of objects that do not contain any static methods.
- Added the ability to use variables when writing syntax highlighting. Variable has the syntax <<name>>.
- Fix: Wrong folder when publishing.
- Syntax highlighting:
- Add
window
.
- Add
- Syntax highlighting:
- Now all-caps variable or property names will be highlighted as constants, capitalized first letters will be highlighted as objects.
- Add
continue
when used with label.
- Add more autocomplete.
- Change my username in the LICENSE.
- Add icon for this extension.
- Add
README.md
file. - Add
.livescript
suffix name in syntax highlighting.
- Initial release.