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-notemode-explicit.tmLanguage
90 lines (90 loc) · 2.06 KB
/
LilyPond-notemode-explicit.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
<?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 explicit notemode)</string>
<key>patterns</key>
<array>
<dict>
<key>begin</key>
<string>([-_^](\s*))?(\\notemode)\s*({)</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>entity.name.class.keyword.lilypond</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>entity.name.class.keyword.lilypond</string>
</dict>
<key>4</key>
<dict>
<key>name</key>
<string>entity.other.lilypond</string>
</dict>
</dict>
<key>end</key>
<string>(})</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>entity.other.lilypond</string>
</dict>
</dict>
<key>name</key>
<string>meta.lilypond-notemode-explicit</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>$self</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-notenames</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-internals</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-notemode</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-lyricsmode</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-notemode-explicit</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-markupmode</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-figbassmode</string>
</dict>
<dict>
<key>include</key>
<string>source.lilypond-schememode</string>
</dict>
</array>
</dict>
</array>
<key>scopeName</key>
<string>source.lilypond-notemode-explicit</string>
<key>uuid</key>
<string>417a35bb-b7ee-4867-82f6-bbde63a133ee</string>
</dict>
</plist>