Skip to content

Commit

Permalink
Add support for highlighting of @example
Browse files Browse the repository at this point in the history
  • Loading branch information
Goju-Ryu committed Oct 10, 2024
1 parent 60ba4e6 commit 9120273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/syntaxes/numbat.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"patterns": [
{
"name": "support.function.numbat",
"match": "@(metric_prefixes|binary_prefixes|aliases|name|url|description)\\b"
"match": "@(metric_prefixes|binary_prefixes|aliases|name|url|description|example)\\b"
}
]
},
Expand Down

0 comments on commit 9120273

Please sign in to comment.