I have the following SourceGraph structured search: repo:… file:… "tls_certs" {...default = {...}...}
which correctly matches:
variable "tls_certs" {
description = "…"
type = map(string)
default = {
…
}
}
It's currently highlighting the entire "tls_certs"
block. I would like it to highlight only the default =
block. Assuming that's possible, how would that be done?