···411411 // atom-count boosts files with matches from more than 1 atom. The
412412 // maximum boost is scoreFactorAtomMatch.
413413 if atomMatchCount > 0 {
414414- fileMatch.addScore("atom", (1.0-1.0/float64(atomMatchCount))*scoreFactorAtomMatch, opts.DebugScore)
414414+ fileMatch.addScore(fmt.Sprintf("atom(%d)", atomMatchCount), (1.0-1.0/float64(atomMatchCount))*scoreFactorAtomMatch, opts.DebugScore)
415415 }
416416417417 maxFileScore := 0.0