Skip to content

Commit d724935

Browse files
fix: add JSON to CodeLanguageLabel
Signed-off-by: Peter Staar <[email protected]>
1 parent 9b9e8a7 commit d724935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docling_core/types/doc/labels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class CodeLanguageLabel(str, Enum):
232232
HAXE = "Haxe"
233233
JAVA = "Java"
234234
JAVASCRIPT = "JavaScript"
235+
JSON = "JSON"
235236
JULIA = "Julia"
236237
KOTLIN = "Kotlin"
237238
LISP = "Lisp"

0 commit comments

Comments
 (0)