Skip to content

Commit

Permalink
Add support for the ig.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Oct 1, 2024
1 parent 74e92e3 commit 3eac47e
Show file tree
Hide file tree
Showing 33 changed files with 1,864 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add support for the ig.ini file: syntax highlighting, annotator, completion and some other features

### Fixed

- Replace a non-fixed width lookbehind with an atomic group ([#1](https://github.com/qligier/fsh.tmbundle/issues/1))
Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ plugins {
group = providers.gradleProperty("pluginGroup").get()
version = providers.gradleProperty("pluginVersion").get()

sourceSets["main"].java.srcDirs("src/main/gen")

// Set the JVM language level used to build the project.
kotlin {
jvmToolchain(17)
Expand Down
Loading

0 comments on commit 3eac47e

Please sign in to comment.