Skip to content

Commit 8ec34fb

Browse files
committed
Better syntax highlighting and some doc strings for attributes
1 parent fee1e8d commit 8ec34fb

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
# wgsl plugin Changelog
44

55
## [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
614

715
## [0.0.7]
8-
### Added
9-
- support for proposed new `@attribute` syntax
16+
### Added
17+
- support for proposed new `@attribute` syntax
1018
- hover documentation for attributes
1119

1220
## [0.6.0]

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = wgslplugin
55
pluginName = wgsl
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.7
7+
pluginVersion = 0.0.8
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)