Skip to content

Commit

Permalink
- Support <* *> doc comments.
Browse files Browse the repository at this point in the history
- Fix syntax for `-` in asm blocks.
- Fix syntax for bytes blocks.
  • Loading branch information
lerno committed Oct 8, 2024
1 parent 0caa862 commit dc5c02f
Show file tree
Hide file tree
Showing 6 changed files with 1,054 additions and 980 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## [Unreleased]

## [0.0.17] - 2024-10-09

- Support `<* *>` doc comments.
- Fix syntax for `-` in asm blocks.
- Fix syntax for bytes blocks.

## [0.0.16] - 2024-09-05

- Added `+++`, `&&&`, `|||` support.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.github.c3lang.c3intellij
pluginName = c3intellij
pluginRepositoryUrl = https://github.com/c3lang/c3intellij
# SemVer format -> https://semver.org
pluginVersion = 0.0.16
pluginVersion = 0.0.17

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 222
pluginUntilBuild = 242.*
pluginUntilBuild = 243.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
Expand Down
Loading

0 comments on commit dc5c02f

Please sign in to comment.