You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Apart from the `DynamicModulePlugin`, there are [other Gradle plugins](https://g
69
69
70
70
The common configuration for the grammars can be found in the [`build.gradle.kts`](https://github.com/AndroidIDEOfficial/android-tree-sitter/blob/52cc0400feee5079cac25b27d1e7b673ee53f436/build.gradle.kts#L136) file. This is where you can make changes or adjustments to the module configuration that applies to all grammars.
71
71
72
-
The generated modules are located in the `rootDir/build/grammar-modules` directory. This is where you can find the output of the module generation process.
72
+
The generated modules are located in the `rootDir/grammar-modules` directory. This is where you can find the output of the module generation process.
73
73
74
74
To add a new grammar to the project, follow these steps:
0 commit comments