mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Merge pull request #114 from stla/roxygenTags
completed the list of roxygen tags
This commit is contained in:
commit
fd9146b41b
1 changed files with 60 additions and 38 deletions
52
src/r/r.ts
52
src/r/r.ts
|
|
@ -33,44 +33,66 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
tokenPostfix: '.r',
|
tokenPostfix: '.r',
|
||||||
|
|
||||||
roxygen: [
|
roxygen: [
|
||||||
'@param',
|
|
||||||
'@return',
|
|
||||||
'@name',
|
|
||||||
'@rdname',
|
|
||||||
'@examples',
|
|
||||||
'@include',
|
|
||||||
'@docType',
|
|
||||||
'@S3method',
|
|
||||||
'@TODO',
|
|
||||||
'@aliases',
|
|
||||||
'@alias',
|
'@alias',
|
||||||
|
'@aliases',
|
||||||
'@assignee',
|
'@assignee',
|
||||||
'@author',
|
'@author',
|
||||||
'@callGraphDepth',
|
'@backref',
|
||||||
'@callGraph',
|
'@callGraph',
|
||||||
|
'@callGraphDepth',
|
||||||
'@callGraphPrimitives',
|
'@callGraphPrimitives',
|
||||||
'@concept',
|
'@concept',
|
||||||
|
'@describeIn',
|
||||||
|
'@description',
|
||||||
|
'@details',
|
||||||
|
'@docType',
|
||||||
|
'@encoding',
|
||||||
|
'@evalNamespace',
|
||||||
|
'@evalRd',
|
||||||
|
'@example',
|
||||||
|
'@examples',
|
||||||
|
'@export',
|
||||||
'@exportClass',
|
'@exportClass',
|
||||||
'@exportMethod',
|
'@exportMethod',
|
||||||
'@exportPattern',
|
'@exportPattern',
|
||||||
'@export',
|
'@family',
|
||||||
|
'@field',
|
||||||
'@formals',
|
'@formals',
|
||||||
'@format',
|
'@format',
|
||||||
|
'@import',
|
||||||
'@importClassesFrom',
|
'@importClassesFrom',
|
||||||
'@importFrom',
|
'@importFrom',
|
||||||
'@importMethodsFrom',
|
'@importMethodsFrom',
|
||||||
'@import',
|
'@include',
|
||||||
|
'@inherit',
|
||||||
|
'@inheritDotParams',
|
||||||
|
'@inheritParams',
|
||||||
|
'@inheritSection',
|
||||||
'@keywords',
|
'@keywords',
|
||||||
|
'@md',
|
||||||
'@method',
|
'@method',
|
||||||
'@nord',
|
'@name',
|
||||||
|
'@noMd',
|
||||||
|
'@noRd',
|
||||||
'@note',
|
'@note',
|
||||||
|
'@param',
|
||||||
|
'@rawNamespace',
|
||||||
|
'@rawRd',
|
||||||
|
'@rdname',
|
||||||
'@references',
|
'@references',
|
||||||
|
'@return',
|
||||||
|
'@S3method',
|
||||||
|
'@section',
|
||||||
'@seealso',
|
'@seealso',
|
||||||
'@setClass',
|
'@setClass',
|
||||||
'@slot',
|
'@slot',
|
||||||
'@source',
|
'@source',
|
||||||
|
'@template',
|
||||||
|
'@templateVar',
|
||||||
'@title',
|
'@title',
|
||||||
'@usage'
|
'@TODO',
|
||||||
|
'@usage',
|
||||||
|
'@useDynLib'
|
||||||
],
|
],
|
||||||
|
|
||||||
constants: [
|
constants: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue