Skip to content

Commit

Permalink
[[:digit:]]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Jan 30, 2024
1 parent 6f605b6 commit 3ba7180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/ocamldoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
{
"comment": "ocamldoc heading tag",
"begin": "(?<!\\\\){[0-9]+[[:space:]]",
"begin": "(?<!\\\\){[[:digit:]]+[[:space:]]",
"end": "(?<!\\\\)}",
"name": "markup.heading.ocamldoc",
"patterns": [{ "include": "#markup" }]
Expand Down

0 comments on commit 3ba7180

Please sign in to comment.