feat: add TextMate bundle provider for Slint syntax highlighting

This provider loads the Slint TextMate grammar file and registers it with
IntelliJ's TextMate system. Also adds the required textmate plugin dependency
to build.gradle.kts.

Co-Authored-By: Claude (auto) <noreply@anthropic.com>
This commit is contained in:
me
2026-01-29 13:34:28 +08:00
parent 69b6cfe8a3
commit 6c43bad220
2 changed files with 19 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ dependencies {
testFramework(TestFrameworkType.Platform)
// Add plugin dependencies for compilation here:
bundledPlugin("org.jetbrains.plugins.textmate")
}
}