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.tmLanguage
97 lines (97 loc) · 2.65 KB
/
LilyPond-notedrum.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
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>hidden</key>
<true/>
<key>name</key>
<string>(LilyPond common note & drum mode elements)</string>
<key>patterns</key>
<array>
<dict>
<key>content</key>
<string>LilyPond chord</string>
<key>match</key>
<string><(?!<)|(?<!\\)>(?!>)(\s*(128|64|32|16|8|4|2|1|\\breve|\\longa|\\maxima)(\s*[.]\s*)*((\s*\*\s*\d+(\/\d+)?)+)?)?</string>
<key>name</key>
<string>keyword.operator.chord.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond manual beam</string>
<key>match</key>
<string>([_^-]\s*)?\[|\]</string>
<key>name</key>
<string>constant.numeric.beam.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond polyphony delimiter</string>
<key>match</key>
<string><<|>></string>
<key>name</key>
<string>constant.language.polydelim.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond polyphony separator</string>
<key>match</key>
<string>\\\\</string>
<key>name</key>
<string>constant.character.polysep.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond articulation mark</string>
<key>match</key>
<string>[-_^][-_^+|!>.]</string>
<key>name</key>
<string>string.interpolated.articulation.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond tie or slur</string>
<key>match</key>
<string>([_^-]\s*)?\(|[_^-]?~|\)</string>
<key>name</key>
<string>support.function.tieslur.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond phrasing slur</string>
<key>match</key>
<string>([_^-]\s*)?\\\(|\\\)</string>
<key>name</key>
<string>support.constant.phraslur.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond ligature</string>
<key>match</key>
<string>([_^-]\s*)?\\\[|\\\]</string>
<key>name</key>
<string>support.constant.ligature.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond bar line</string>
<key>match</key>
<string>[|]</string>
<key>name</key>
<string>support.type.barline.lilypond</string>
</dict>
<dict>
<key>content</key>
<string>LilyPond hairpin</string>
<key>match</key>
<string>\\[<!>]</string>
<key>name</key>
<string>support.variable.hairpin.lilypond</string>
</dict>
</array>
<key>scopeName</key>
<string>source.lilypond-notedrum</string>
<key>uuid</key>
<string>236e03dd-ed68-41a1-bfe1-6c1bf8972893</string>
</dict>
</plist>