fix: this got left in
This commit is contained in:
parent
624439a0cf
commit
760b7dd15a
@ -70,14 +70,6 @@ func newLanguageRegistry() *languageRegistry {
|
||||
loadQuery: loadJavaScriptHighlightsQuery,
|
||||
})
|
||||
|
||||
r.register(languagePack{
|
||||
id: "gomod",
|
||||
filetypes: []string{"gomod"},
|
||||
extensions: []string{".mod"},
|
||||
newLanguage: func() *sitter.Language { return sitter.NewLanguage(ts_js.Language()) },
|
||||
loadQuery: loadJavaScriptHighlightsQuery,
|
||||
})
|
||||
|
||||
return r
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user