-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFivewin.tmlanguage
More file actions
63 lines (63 loc) · 2.08 KB
/
Fivewin.tmlanguage
File metadata and controls
63 lines (63 loc) · 2.08 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>prg</string>
</array>
<key>name</key>
<string>fivewin</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>source.harbour</string>
</dict>
<dict>
<key>comment</key>
<string>funciones m</string>
<key>match</key>
<string>(?i)\b(?:msginfo|msgabout|msgstop|msglist|msgnoyes|msgyesno|msgmetter)</string>
<key>name</key>
<string>support.function.basic.harbour</string>
</dict>
<dict>
<key>comment</key>
<string>commands</string>
<key>match</key>
<string>(?i)\b(?:DEFINE|REDEFINE|ACTIVATE)\b</string>
<key>name</key>
<string>support.constant.character.fivewin</string>
</dict>
<dict>
<key>comment</key>
<string>class</string>
<key>match</key>
<string>(?i)\b(?:CENTER|CENTERED|NOWAIT|NOMODAL|WHEN|VALID|CURSOR|FROM|TO|OF|ON|ID|NAME|RESNAME|RESOURCE|PICTURE|TRANSPARENT|ADJUST|SIZE|TITLE|DATA|TOTAL|GRID|FOOTER|BOLD|STYLE|FONT|ICON|BRUSH|MENU|HELP|COLOR|COLORS|PIXEL|DLL|LIBRARY|VBX)\b</string>
<key>name</key>
<string>support.class.fivewin</string>
</dict>
<dict>
<key>comment</key>
<string>operators</string>
<key>match</key>
<string>(?i)\b(?:CLICK|INIT|CHANGE|MOVE|PAINT|LBUTTONUP|RESIZE|KEYDOWN|UP|PAGELEFT|PAGERIGHT|DROPFILES|STARTGROUP)\b</string>
<key>name</key>
<string>constant.language.fivewin</string>
</dict>
<dict>
<key>comment</key>
<string>fwapi</string>
<key>match</key>
<string>(?i)\b(?:WINDOW|DIALOG|GET|SAY|BAR|COMBOBOX|RADIO|RADIOBUTTON|CHECKBUTTON|BROWSE|IMAGE|BITMAP|PEN|REPORT|COLUMN|GROUP|FOLDER|GROUPBOX|BUTTON|BUTTONBMP|LISTBOX|SCROLLBAR|METER|METEREX|METAFILE|TREE|TREEVIEW|TIMER|MSGITEM|IMAGELIST|TOOLBAR)\b</string>
<key>name</key>
<string>entity.name.function.fivewin</string>
</dict>
</array>
<key>scopeName</key>
<string>source.harbour.fivewin</string>
<key>uuid</key>
<string>16d1170f-bc20-4d97-86ae-736bdf25ac48</string>
</dict>
</plist>