blob: bce60fb179f08f435def2b12d6154f70f20b94c5 [file] [log] [blame]
package frontend
import (
gazelle "github.com/bazelbuild/bazel-gazelle/language"
"go.skia.org/infra/bazel/gazelle/frontend/language"
)
// NewLanguage returns an instance of the Gazelle extension for Skia Infrastructure front-end code.
//
// This function is called from the Gazelle binary.
func NewLanguage() gazelle.Language {
return &language.Language{}
}