mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
grammar_and_parser.md: Link the sample Gradle build script for easier understanding of what and how should be changed
This commit is contained in:
parent
4a2964bd6c
commit
e7adc77409
@ -1,7 +1,7 @@
|
||||
# 3. Grammar and Parser
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# 3. Grammar and Parser
|
||||
|
||||
<link-summary>Sample implementation of grammar and parser for Simple language.</link-summary>
|
||||
|
||||
<tldr>
|
||||
@ -100,4 +100,6 @@ sourceSets.main.java.srcDirs 'src/main/gen'
|
||||
</tab>
|
||||
</tabs>
|
||||
|
||||
See <path>[gradle.build.kts](%gh-sdk-samples%/simple_language_plugin/build.gradle.kts)</path> for the reference.
|
||||
|
||||
Reload the Gradle project for changes to take effect and build the project.
|
||||
|
Loading…
x
Reference in New Issue
Block a user