We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97747d commit c15a44cCopy full SHA for c15a44c
dsc_lib/src/parser/mod.rs
@@ -26,7 +26,7 @@ impl Statement {
26
/// This function will return an error if the underlying parser fails to initialize.
27
pub fn new() -> Result<Self, DscError> {
28
let mut parser = Parser::new();
29
- parser.set_language(&tree_sitter_dscexpression::LANGUAGE.into())?;
+ parser.set_language(&tree_sitter_dscexpression::language())?;
30
let function_dispatcher = FunctionDispatcher::new();
31
Ok(Self {
32
parser,
0 commit comments