-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFivewin.JSON-tmlanguage
More file actions
36 lines (35 loc) · 1.49 KB
/
Fivewin.JSON-tmlanguage
File metadata and controls
36 lines (35 loc) · 1.49 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
{ "name": "fivewin",
"scopeName": "source.harbour.fivewin",
"fileTypes": ["prg"],
"patterns": [
{
"include" : "source.harbour"
},
{
"comment" : "funciones m",
"match" : "(?i)\\b(?:msginfo|msgabout|msgstop|msglist|msgnoyes|msgyesno|msgmetter)",
"name": "support.function.basic.harbour"
},
{
"comment" : "commands",
"match" : "(?i)\\b(?:DEFINE|REDEFINE|ACTIVATE)\\b",
"name": "support.constant.character.fivewin"
},
{
"comment" : "class",
"match" : "(?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",
"name": "support.class.fivewin"
},
{
"comment" : "operators",
"match" : "(?i)\\b(?:CLICK|INIT|CHANGE|MOVE|PAINT|LBUTTONUP|RESIZE|KEYDOWN|UP|PAGELEFT|PAGERIGHT|DROPFILES|STARTGROUP)\\b",
"name": "constant.language.fivewin"
},
{
"comment" : "fwapi",
"match" : "(?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",
"name": "entity.name.function.fivewin"
}
],
"uuid": "16d1170f-bc20-4d97-86ae-736bdf25ac48"
}