We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d34b5b commit ed94043Copy full SHA for ed94043
crates/language-v2/definition/src/model/manifest.rs
@@ -16,7 +16,7 @@ pub struct Language {
16
/// The name of the language
17
pub name: Identifier,
18
19
- /// The path to the file containing the grammar rules
+ /// The path to the file containing the name binding rules
20
///
21
/// Note: This will be deprecated in the near future
22
pub binding_rules_file: PathBuf,
0 commit comments