-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathrd.json
More file actions
117 lines (117 loc) · 3.53 KB
/
rd.json
File metadata and controls
117 lines (117 loc) · 3.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"fileTypes" : [
"rd",
"Rd"
],
"keyEquivalent" : "^~R",
"name" : "Rd (R Documentation)",
"patterns" : [
{
"begin" : "((\\\\)(?:alias|docType|keyword|name|title|description|value|note|concept|keyword|details|format|references|source|arguments|seealso|author))(\\{)",
"beginCaptures" : {
"1" : {
"name" : "keyword.other.section.rd"
},
"2" : {
"name" : "punctuation.definition.function.rd"
},
"3" : {
"name" : "punctuation.definition.arguments.begin.rd"
}
},
"contentName" : "entity.name.tag.rd",
"end" : "(\\})",
"endCaptures" : {
"1" : {
"name" : "punctuation.definition.arguments.end.rd"
}
},
"name" : "meta.section.rd",
"patterns" : [
{
"include" : "$self"
}
]
},
{
"begin" : "((\\\\)(?:usage))(\\{)(?:\\n)?",
"beginCaptures" : {
"1" : {
"name" : "keyword.other.usage.rd"
},
"2" : {
"name" : "punctuation.definition.function.rd"
},
"3" : {
"name" : "punctuation.definition.arguments.begin.rd"
}
},
"contentName" : "source.r.embedded",
"end" : "(\\})",
"endCaptures" : {
"1" : {
"name" : "punctuation.definition.arguments.end.rd"
}
},
"name" : "meta.usage.rd",
"patterns" : [
{
"include" : "source.r"
}
]
},
{
"begin" : "((\\\\)(?:examples))(\\{)(?:\\n)?",
"beginCaptures" : {
"1" : {
"name" : "keyword.other.examples.rd"
},
"2" : {
"name" : "punctuation.definition.function.rd"
},
"3" : {
"name" : "punctuation.definition.arguments.begin.rd"
}
},
"contentName" : "source.r.embedded",
"end" : "(^\\}$)",
"endCaptures" : {
"1" : {
"name" : "punctuation.definition.arguments.end.rd"
}
},
"name" : "meta.examples.rd",
"patterns" : [
{
"include" : "source.r"
}
]
},
{
"begin" : "((\\\\)(?:author))(\\{)(?:\\n)?",
"beginCaptures" : {
"1" : {
"name" : "keyword.other.author.rd"
},
"2" : {
"name" : "punctuation.definition.function.rd"
},
"3" : {
"name" : "punctuation.definition.arguments.begin.rd"
}
},
"end" : "(\\})",
"endCaptures" : {
"1" : {
"name" : "punctuation.definition.arguments.end.rd"
}
},
"name" : "meta.author.rd"
},
{
"include" : "text.tex.latex"
}
],
"scopeName" : "text.tex.latex.rd",
"uuid" : "80A00288-FE7E-4E66-B5BF-4948A2828203"
}