- Update readme.
- Fix some overzealous type highlighting.
- Start work on v0.1.0.
- Improved highlighting for pointer operators (
*
/&
). - Testing improvements for parameter type highlighting.
- Fix comments for GoHTML files.
- Address Issue #2 regarding
map
keyword highlighting. - Highlight types in channel declarations.
- Improve highlighting for types in variable declarations.
- Improve highlighting for struct definitions.
- Improved patterns for matching
*
(keyword.operator.pointer.go & keyword.operator.arithmetic.go)
- Add initial support for templates.
- Highlight variables including (but not starting with) numbers.
- Highlight channels as variables.
- Highlight incremented/decremented values as variables.
- Add dates to changelog.
- Improved highlighting for function arguments.
- Fix highlighting for types using dot notation in variable declarations (
var wg sync.WaitGroup
).
- Highlight variable indexing (
x[n]
). - Improvements to variable highlighting.
- Add items to todo.txt.
- Highlight custom types in variable declarations.
- Improve receiver highlighting.
- Improve type highlighting.
- Highlight receivers.
- Improve type highlighting.
- Fix issue with incorrect keyword highlighting.
- Highlight more variables.
- Highlight struct names as entity.name.type.struct.go
- Highlight pointers & addresses as variables.
- Improve highlighting for blank identifiers.
- Define
_
as variable.other.blank.go. - Start work on improved param highlighting.
- Currently supports the same highlighting as VSCode's default Go support.