Browse Source

fix r roxygen comment highlighting #2086

nreed 4 years ago
parent
commit
6bc4008730
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/r/r.ts

+ 0 - 1
src/r/r.ts

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