This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathLilyPond-notedrum.JSON-tmLanguage
57 lines (57 loc) · 2.59 KB
/
LilyPond-notedrum.JSON-tmLanguage
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
{ "name": "(LilyPond common note & drum mode elements)",
"hidden": true,
"scopeName": "source.lilypond-notedrum",
"patterns": [
{
"match": "<(?!<)|(?<!\\\\)>(?!>)(\\s*(128|64|32|16|8|4|2|1|\\\\breve|\\\\longa|\\\\maxima)(\\s*[.]\\s*)*((\\s*\\*\\s*\\d+(\\/\\d+)?)+)?)?",
"name": "keyword.operator.chord.lilypond",
"content": "LilyPond chord"
},
{
"match": "([_^-]\\s*)?\\[|\\]",
"name": "constant.numeric.beam.lilypond",
"content": "LilyPond manual beam"
},
{
"match": "<<|>>",
"name": "constant.language.polydelim.lilypond",
"content": "LilyPond polyphony delimiter"
},
{
"match": "\\\\\\\\",
"name": "constant.character.polysep.lilypond",
"content": "LilyPond polyphony separator"
},
{
"match": "[-_^][-_^+|!>.]",
"name": "string.interpolated.articulation.lilypond",
"content": "LilyPond articulation mark"
},
{
"match": "([_^-]\\s*)?\\(|[_^-]?~|\\)",
"name": "support.function.tieslur.lilypond",
"content": "LilyPond tie or slur"
},
{
"match": "([_^-]\\s*)?\\\\\\(|\\\\\\)",
"name": "support.constant.phraslur.lilypond",
"content": "LilyPond phrasing slur"
},
{
"match": "([_^-]\\s*)?\\\\\\[|\\\\\\]",
"name": "support.constant.ligature.lilypond",
"content": "LilyPond ligature"
},
{
"match": "[|]",
"name": "support.type.barline.lilypond",
"content": "LilyPond bar line"
},
{
"match": "\\\\[<!>]",
"name": "support.variable.hairpin.lilypond",
"content": "LilyPond hairpin"
}
],
"uuid": "236e03dd-ed68-41a1-bfe1-6c1bf8972893"
}