Skip to content

Commit

Permalink
Merge pull request #612 from Goju-Ryu/vscode-extension-example-support
Browse files Browse the repository at this point in the history
Add support for highlighting of @example
  • Loading branch information
sharkdp authored Oct 10, 2024
2 parents 60ba4e6 + 9120273 commit de17f84
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 de17f84

Please sign in to comment.