Explorar el Código

fix r roxygen comment highlighting #2086

nreed hace 4 años
padre
commit
6bc4008730
Se han modificado 1 ficheros con 0 adiciones y 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+/,
 				{