Releases: thedavidprice/language-matlab-octave
Releases · thedavidprice/language-matlab-octave
v1.2.0
v1.1.0
- Sync with mathworks/MATLAB-Language-grammar#38 #27 by @4086606
v1.0.5
Fixed
- Add missing block start keywords #26 @rlivings39
Latest fixes from upstream MATLAB grammar
See following:
- mathworks/MATLAB-Language-grammar/pull/34
- mathworks/MATLAB-Language-grammar/pull/33
- mathworks/MATLAB-Language-grammar/pull/31
- mathworks/MATLAB-Language-grammar/pull/29
- mathworks/MATLAB-Language-grammar/pull/28
- mathworks/MATLAB-Language-grammar/pull/25
- mathworks/MATLAB-Language-grammar/pull/22
- mathworks/MATLAB-Language-grammar/pull/21
Pull in latest upstream grammar fixes
Pulls in multiple fixes from the upstream grammar repo. Includes mathworks/MATLAB-Language-grammar#14 and mathworks/MATLAB-Language-grammar#17
Fix comment highlighting and property validation
Bug Fixes
- Comments not highlighted in enumeration block: See mathworks/MATLAB-Language-grammar#11
- Property validation not supported: See mathworks/MATLAB-Language-grammar#8
Use MathWorks MATLAB grammar for syntax highlighting
- Remove travis.yml
- added MIT license
- Migrated MATLAB to MathWorks TextMate Grammar for Matlab
FIXES:- Double quoted strings are supported properly
- Comments after a line continuation are supported: foo(x, ... comment
- Command dual syntax shows arguments a strings cmd stringArg1 stringArg2
- Variables are no longer all highlighted red
- Known function names, like fprintf, show in purple like other keywords rather than in red like nearly everything in existing grammar
- Control flow keywords like elseif, else, case, catch are properly highlighted where they are not in the current grammar
- Bug with %% namely 2 percent symbols followed by a space on a newline treats next line as a comment
see v1.0.1
v1.0.0 Prepare 1.0.0 release
Fix comparison and add logical not and assignment operators
this is a patch for several highlighting fixes. thanks to @scrupeus
- Put <= and >= comparison operators before < and >, respectively, to fix highlighting
- Add logical not operator ~
- Add assignment operator =
fixed package.json version and udpated readme
v0.2.1 Prepare 0.2.1 release