mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Custom Language Tutorial: clarify requirement for previous steps
This commit is contained in:
parent
f7486c768d
commit
def2a0b705
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Custom Language Support Tutorial
|
||||
|
||||
@ -21,7 +21,7 @@ In this tutorial, we will add support for a [.properties](https://en.wikipedia.o
|
||||
>
|
||||
{title="Accessing the code" style="note"}
|
||||
|
||||
This a step-by-step tutorial, and it requires completing each step, in order:
|
||||
This is a step-by-step tutorial, and it requires completing each step, in order:
|
||||
|
||||
* [](prerequisites.md)
|
||||
* [](folding_builder.md)
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# 2. Language and File Type
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
|
||||
<snippet id="custom_language_tutorial_header">
|
||||
|
||||
> This page is part of multi step [](custom_language_support_tutorial.md).
|
||||
>
|
||||
> This page is part of multi-step [](custom_language_support_tutorial.md).
|
||||
> All previous steps must be executed in sequence for the code to work.
|
||||
|
||||
</snippet>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user