Commit 8ec34fb 1 parent fee1e8d commit 8ec34fb Copy full SHA for 8ec34fb
File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
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
+ - Changes from HolgerGottChristensen
8
+ - Updated the colour for built in types to be Keyword rather than class name
9
+ - Colour struct fields
10
+ - Colour attributes
11
+ - Colour built in functions
12
+ - Add error when a fragment only function is used outside of a fragment stage
13
+ - Colour function declarations
6
14
7
15
## [ 0.0.7]
8
- ### Added
9
- - support for proposed new ` @attribute ` syntax
16
+ ### Added
17
+ - support for proposed new ` @attribute ` syntax
10
18
- hover documentation for attributes
11
19
12
20
## [ 0.6.0]
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.7
7
+ pluginVersion = 0.0.8
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