mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
fix r roxygen comment highlighting #2086
This commit is contained in:
parent
c2d74bbc1d
commit
6bc4008730
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
|
|
||||||
// Recognize Roxygen comments
|
// Recognize Roxygen comments
|
||||||
roxygen: [
|
roxygen: [
|
||||||
[/(^$)/, { token: 'comment.doc', next: '@pop' }],
|
|
||||||
[
|
[
|
||||||
/@\w+/,
|
/@\w+/,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue