fix r roxygen comment highlighting #2086

This commit is contained in:
nreed 2021-07-14 17:22:19 -04:00
parent c2d74bbc1d
commit 6bc4008730

View file

@ -186,7 +186,6 @@ export const language = <languages.IMonarchLanguage>{
// Recognize Roxygen comments
roxygen: [
[/(^$)/, { token: 'comment.doc', next: '@pop' }],
[
/@\w+/,
{