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:
@@ -44,7 +44,7 @@ dependencies {
|
||||
testFramework(TestFrameworkType.Platform)
|
||||
|
||||
// Add plugin dependencies for compilation here:
|
||||
|
||||
bundledPlugin("org.jetbrains.plugins.textmate")
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user