From e1178bd9bdd152fc9c65e5a29e65911cc8411e3c Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 9 Oct 2024 15:30:01 +0200 Subject: [PATCH] tools_gradle_grammar_kit_plugin.md: Add a simpler example using IPGP and Gradle Grammar-Kit Plugin --- topics/appendix/tools/tools_gradle_grammar_kit_plugin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md b/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md index 5deb054d5..f2c20e048 100644 --- a/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md +++ b/topics/appendix/tools/tools_gradle_grammar_kit_plugin.md @@ -268,6 +268,7 @@ Default ## Usage Examples +* [CSV Editor](https://github.com/SeeSharpSoft/intellij-csv-validator/blob/main/build.gradle.kts) * [Perl5 plugin](https://github.com/Camelcade/Perl5-IDEA/blob/master/build.gradle.kts) * [Rust plugin](https://github.com/intellij-rust/intellij-rust/blob/master/build.gradle.kts) * [Bamboo Soy plugin](https://github.com/google/bamboo-soy/blob/master/build.gradle)