1
0
This commit is contained in:
Jeff 2023-10-18 18:18:12 -04:00
parent d3b8f524d4
commit 810c7bb6f6

View File

@ -34,7 +34,7 @@ pub fn language() -> Language {
/// The content of the [`node-types.json`][] file for this grammar.
///
/// [`node-types.json`]: https://tree-sitter.github.io/tree-sitter/using-parsers#static-node-types
pub const NODE_TYPES: &'static str = include_str!("../tree-sitter-dust/src/node-types.json");
pub const NODE_TYPES: &'static str = include_str!("../../tree-sitter-dust/src/node-types.json");
// Uncomment these to include any queries that this grammar contains