diff --git a/services/HtmlDocumentationSyntaxHighlighter.cfc b/services/HtmlDocumentationSyntaxHighlighter.cfc
index ffcab00..d07e421 100644
--- a/services/HtmlDocumentationSyntaxHighlighter.cfc
+++ b/services/HtmlDocumentationSyntaxHighlighter.cfc
@@ -1,3 +1,6 @@
+/**
+ * @singleton
+ */
component {
public string function renderHighlights( required string text ) {
@@ -60,4 +63,4 @@ component {
return result;
}
-}
\ No newline at end of file
+}