We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b679fcc commit c9df969Copy full SHA for c9df969
src/main/kotlin/org/bsplines/ltexls/server/NonServerChecker.kt
@@ -141,14 +141,12 @@ class NonServerChecker {
141
RuleMatch.Type.UnknownWord -> Color.RED
142
RuleMatch.Type.Hint -> Color.BLUE
143
RuleMatch.Type.Other -> Color.YELLOW
144
- else -> Color.BLUE
145
}
146
var typeString: String =
147
when (match.type) {
148
RuleMatch.Type.UnknownWord -> "spelling"
149
RuleMatch.Type.Hint -> "style"
150
RuleMatch.Type.Other -> "grammar"
151
- else -> "style"
152
153
154
if (match.isUnknownWordRule()) {
0 commit comments