const github.com/kevinburke/ssh_config.tokenComment

4 uses

	github.com/kevinburke/ssh_config (current package)
		lexer.go#L32: 		s.emitWithValue(tokenComment, growingString)
		parser.go#L77: 	case tokenComment, tokenEmptyLine:
		parser.go#L102: 	if tok.typ == tokenComment && tok.Position.Line == val.Position.Line {
		token.go#L29: 	tokenComment