Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
67 lines (43 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

67 lines (43 loc) · 1.51 KB

Change Log

All notable changes to the "language-maxscript" extension will be documented in this file.

[1.10.0]

  • Added Semantic Syntax for 3ds Max classes, structs...
  • Changed TexMate scopes to a more standard format. Fixed several rules.
  • Added "decorated" comments

[1.9.3] - 2020-05-13

  • Pathnames highlight

[1.9.2] - 2020-05-02

  • Fixed float values highlight and other improvements
  • Work on a more optimized Completions feature
  • General fixes and cleanup.

[1.9.1] - 2020-04-23

  • Syntax highlight rules simplification
  • Small Syntax fixes
  • Changed indentation rules
  • Cleanup

[1.8.4] - 2019-03

  • Optimized syntax

[1.8.x] - 2018-06

  • Added basic "go to symbol" support.
  • Added basic support for definitions.
  • Optimized autocompletion.
  • fixed some grammar issues.
  • Changed grammar tokens to be more consistent: See readme.
  • Added configuration settings to turn off language features.

[1.7.3] - 2018-03-20

  • Added syntax support for localized string resources.
  • Minor fixes.

[1.7.2] - 2017-12-05

  • Event syntax highlight fix
  • Minor fixes

[1.4.0] - 2017-08-15

  • Code highlight improvements
  • Dropped custom Theme, for vscode 1.15.0 and up, please use the new Custom syntax highlighting setting (see readme for a example template).

[1.2.0] - 2017-05-23

  • Grammar and autocompletion fixes.

[1.0.0] - 2017-05-20

Initial release

  • Grammar support.
  • Autocompletion suggestions.
  • Help command.
  • Adapted OneDark theme to support syntax coloring of MaxScript elements.