Browse Source

fix r roxygen comment highlighting #2086

nreed 4 năm trước cách đây
mục cha
commit
6bc4008730
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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+/,
 				{