Skip to content

Releases: thedavidprice/language-matlab-octave

v1.2.0

25 Aug 22:31
Compare
Choose a tag to compare

v1.1.0

13 Jul 05:38
Compare
Choose a tag to compare

v1.0.5

18 May 06:55
Compare
Choose a tag to compare

Fixed

Latest fixes from upstream MATLAB grammar

Pull in latest upstream grammar fixes

20 Nov 01:05
Compare
Choose a tag to compare

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

27 Sep 00:08
Compare
Choose a tag to compare

Bug Fixes

  1. Comments not highlighted in enumeration block: See mathworks/MATLAB-Language-grammar#11
  2. Property validation not supported: See mathworks/MATLAB-Language-grammar#8

Use MathWorks MATLAB grammar for syntax highlighting

09 Aug 04:04
Compare
Choose a tag to compare
  1. Remove travis.yml
  2. added MIT license
  3. 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

09 Aug 03:52
Compare
Choose a tag to compare
v1.0.0

Prepare 1.0.0 release

Fix comparison and add logical not and assignment operators

17 May 20:52
Compare
Choose a tag to compare

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

13 Feb 21:59
Compare
Choose a tag to compare
v0.2.1

Prepare 0.2.1 release