aboutsummaryrefslogtreecommitdiff
path: root/src/Formats/HtmlFormatService.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Formats/HtmlFormatService.kt')
-rw-r--r--src/Formats/HtmlFormatService.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Formats/HtmlFormatService.kt b/src/Formats/HtmlFormatService.kt
index a3cea96a..fee21738 100644
--- a/src/Formats/HtmlFormatService.kt
+++ b/src/Formats/HtmlFormatService.kt
@@ -18,7 +18,7 @@ public open class HtmlFormatService(locationService: LocationService,
return "<span class=\"keyword\">${formatText(text)}</span>"
}
- override fun formatIdentifier(text: String): String {
+ override fun formatIdentifier(text: String, kind: IdentifierKind): String {
return "<span class=\"identifier\">${formatText(text)}</span>"
}