Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
seren5240 committed Mar 11, 2024
1 parent 3f9dd16 commit ed517e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/language/src/go.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Language for Go {
"Go"
}
fn snippet_context_strings(&self) -> &[(&'static str, &'static str)] {
&[("", ""), ("", ";")]
&[("", ""), ("", ";"), ("GO_OBJECT.", ";")]
}

fn node_types(&self) -> &[Vec<Field>] {
Expand Down

0 comments on commit ed517e3

Please sign in to comment.