Skip to content

Latest commit

 

History

History
136 lines (95 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

136 lines (95 loc) · 2.92 KB

Changelog

0.8.0

02 November 2022

Additions

  • Syntax highlighting for the WinWrap Basic language
  • Highlight vba keywords Eqv, Imp, TypeOf, AddressOf, WithEvents, Event, RaiseEvent, Erase and Any

Fixes

  • Highlight Exit at line start and after tabs
  • Do not highlight as type after a word ending with As

Docs and Engineering

  • ci: run test job on windows too
  • contributing: add small section about issue reporting

0.7.0

18 October 2022

Additions

  • Highlight Friend keyword
  • Highlight Do-While loop variants

Changes

  • logo: change text from black to white
  • readme: fix download count badges

0.6.0

09 August 2022

Additions

  • Enable the extension in untrusted workspaces by default

0.5.0

04 August 2022

Additions

  • Highlight custom types after As

Fixes

  • Fix readme typo and license links

0.4.0

01 August 2022

Fixes

  • Highlight Public and Private in module scope declarations
  • Remove invalid highlight of array declarations and indexing

0.3.0

12 April 2022

Additions

  • Highlighting keywords: And, Case, Case Else, Currency, Date, If, Is, Else, ElseIf, Empty, End If, End Select, End With, False, Let, Mod, Not, Null, Select Case, Then, Or, ReDim, Preserve, To, True, Step, ByRef, ByVal, Class, Exit, Get, Static, Property, Like, Xor, On Error, GoTo

    Note: not all are covered by syntax tests

  • Highlight names of function declarations
  • Highlight date literals

Changes

  • Publish minified JSON files
  • Exclude more unnecessary files from published package

Fixes

  • Remove invalid binary number highlighting
  • Do not highlight numbers in variable names

Engineering

  • Extension is available on Open VSX registry
  • Convert language grammar and configuration to YAML
  • Use CI to create and publish releases
  • Update contribution docs
  • Add npm script install-dev-ext

0.2.0

2 April 2022

Additions

  • add extension icon

Fixes

  • syntax highlighting for Call
  • highlight octal and hexadecimal numbers (#33)
  • highlight binary numbers

Engineering and Docs

  • docs: add CONTRIBUTING.md
  • docs: add issue templates
  • ci: remove scheduled run again
  • dependency updates

0.1.3

6 November 2021

Fixes

  • Syntax highlighting for Optional, Dim, Const, New, Nothing and Set keywords
  • Highlighting of string literals
  • Highlighting for With, For, Each, In and Next keywords
  • Highlight unsigned number postfixes

Engineering

  • ci: run on weekly schedule

0.1.2

14 October 2021

Fixes

  • Syntax highlighting for Sub, Function, End and As keywords
  • Highlight builtin types
  • Highlight number literals

0.1.1

14 October 2021

Fixes

  • Syntax highlighting of Public and Private
  • Highlighting of various Option statements
  • Highlighting of Attribute

0.1.0

5 October 2021

  • Initial release