02 November 2022
Additions
- Syntax highlighting for the WinWrap Basic language
- Highlight vba keywords
Eqv
,Imp
,TypeOf
,AddressOf
,WithEvents
,Event
,RaiseEvent
,Erase
andAny
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
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
09 August 2022
Additions
- Enable the extension in untrusted workspaces by default
04 August 2022
Additions
- Highlight custom types after
As
Fixes
- Fix readme typo and license links
01 August 2022
Fixes
- Highlight
Public
andPrivate
in module scope declarations - Remove invalid highlight of array declarations and indexing
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
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
6 November 2021
Fixes
- Syntax highlighting for
Optional
,Dim
,Const
,New
,Nothing
andSet
keywords - Highlighting of string literals
- Highlighting for
With
,For
,Each
,In
andNext
keywords - Highlight unsigned number postfixes
Engineering
- ci: run on weekly schedule
14 October 2021
Fixes
- Syntax highlighting for
Sub
,Function
,End
andAs
keywords - Highlight builtin types
- Highlight number literals
14 October 2021
Fixes
- Syntax highlighting of
Public
andPrivate
- Highlighting of various
Option
statements - Highlighting of
Attribute
5 October 2021
- Initial release