From cad4aa76720eaa1e9527ecfc6c7875180d6f5a0c Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Sat, 29 Feb 2020 11:46:21 -0500 Subject: [PATCH] update api docs --- docs/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.rst b/docs/api.rst index 646b1d2f67..deb6f496c2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -28,6 +28,7 @@ Returns an object with the following properties: * ``value``: HTML string with highlighting markup * ``top``: top of the current mode stack * ``illegal``: boolean representing whether any illegal matches were found +* ``code``: the original raw code ``highlightAuto(code, languageSubset)``