Skip to content

Commit bf31789

Browse files
authored
Merge pull request #28 from Tbusk/feature/improved-syntax-highlighting
[FEATURE]: Improving syntax highlighting, keyword support, color token customizability
2 parents fba81fe + 1c0d587 commit bf31789

21 files changed

+1542
-1197
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# vala-jetbrains-plugin Changelog
44
## [Unreleased]
55
### What's Changed
6-
- tbd
6+
- Added additional keywords for syntax highlighting and to parser/lexer.
7+
- Added additional configurability for color customization.
78

89
## [1.1.0-ALPHA]
910
### What's Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.tbusk.vala_plugin
44
pluginName = Vala Language
55
pluginRepositoryUrl = https://github.com/Tbusk/vala-jetbrains-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.1.0-ALPHA
7+
pluginVersion = 1.1.1-ALPHA
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 251

src/main/gen/com/tbusk/vala_plugin/ValaLexer.java

Lines changed: 946 additions & 604 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)