Skip to content

Commit 593f320

Browse files
doc: remove experimental status of dynamic language
1 parent 2c7957d commit 593f320

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

website/advanced/custom-language.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Custom Language Support
22

3-
:::danger Experimental Feature
4-
Custom language in ast-grep is an experimental option. Use it with caution!
5-
:::
6-
73
In this guide, we will show you how to use a custom language that is not built into ast-grep.
84

95
We will use [Mojo 🔥](https://www.modular.com/mojo) as an example!

website/reference/api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ interface NapiConfig {
156156
rule: object
157157
constraints?: object
158158
language?: FrontEndLanguage
159-
// @experimental
160159
transform?: object
161160
utils?: object
162161
}

website/reference/sgconfig.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,12 @@ The above configuration tells ast-grep to treat the files with `.vue`, `.svelte`
9898
This option can override the default language parser for a specific file extension, which is useful for rule reuse between similar languages like C/Cpp, or TS/TSX.
9999
:::
100100

101-
## `customLanguages` <Badge type="warning" text="Experimental" />
101+
## `customLanguages`
102102

103103
* type: `HashMap<String, CustomLang>`
104104
* required: No
105-
* status: **Experimental**
106105

107-
A dictionary of custom languages in the project. This is an experimental feature.
106+
A dictionary of custom languages in the project.
108107

109108
The key of the dictionary is the custom language name. The value of the dictionary is the custom language configuration object.
110109

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy