Explorar o código

fix r roxygen comment highlighting #2086

nreed %!s(int64=4) %!d(string=hai) anos
pai
achega
6bc4008730
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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+/,
 				{