Commit 7d8255b 1 parent b61de11 commit 7d8255b Copy full SHA for 7d8255b
File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 3
3
# wgsl plugin Changelog
4
4
5
5
## [ Unreleased]
6
+ ### Added
7
+ - Fixed null pointer exception in the annotator
6
8
7
9
## [ 0.0.9]
8
- ### Added
9
- - Changes from HolgerGottChristensen
10
- - Initial code folding implementation
11
- - A bracket matcher that matches common bracket types
12
- - Updated annotator to annotate reserved keywords
13
- - Added keyword completion contributor that allows for completing all built-in keywords.
10
+ ### Added
11
+ - Changes from HolgerGottChristensen
12
+ - Initial code folding implementation
13
+ - A bracket matcher that matches common bracket types
14
+ - Updated annotator to annotate reserved keywords
15
+ - Added keyword completion contributor that allows for completing all built-in keywords.
14
16
- Added built-in completion handler that completes all built-in functions.
15
17
16
18
## [ 0.0.8]
Original file line number Diff line number Diff line change 4
4
pluginGroup = wgslplugin
5
5
pluginName = wgsl
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.0.9
7
+ pluginVersion = 0.0.10
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
You can’t perform that action at this time.
0 commit comments