-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mapping.json
57 lines (57 loc) · 2.52 KB
/
mapping.json
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
{
"4D": {
"comments": "comment",
"commands": "support.function constant.numeric.decimal.js markup.bold",
"constants": "constant.language constant",
"entity_member": "variable.property storage.type entity.name.section",
"errors": "invalid editorError.foreground markup.heading",
"fields": "entity.name.tag",
"indexed-fields": "string.template",
"interprocess_variables": "variable.language",
"local_variables": "variable",
"memberFunc": "support.function entity.name.function variable.function",
"methods": "meta.method variable.function support.function entity.name.function",
"parameters": "Variable",
"plain_text": "foreground editor.foreground",
"plug_ins": "entity.name.tag",
"process_variables": "foreground",
"tables": "entity.other.attribute-name",
"thread-safe-commands": "comment",
"thread-safe-methods": "comment",
"keywords": "keyword",
"member": "keyword.other.unit"
},
"JSON": {
"escapeSequences": "editorError.foreground markup.heading",
"identifiers": "editorError.foreground markup.heading",
"errors": "invalid editorError.foreground markup.heading",
"keywords": "keyword",
"numbers": "constant.numeric",
"normal": "foreground",
"strings": "string.quoted"
},
"SQL": {
"comparisons": "comment",
"debug": "comment",
"function_keywords": "support.function variable.function",
"keywords": "keyword",
"names": "variable",
"normal": "foreground",
"numbers": "constant.numeric",
"strings": "string.quoted"
},
"otherStyles": {
"back_color": "editor.background",
"cursor_line_back_color": "foreground",
"cursor_line_color": "editor.lineHighlightBackground editor.selectionBackground",
"execution_line_back_color": "editor.selectionBackground",
"execution_line_frame_color": "editor.selectionBackground",
"hilite_back_color": " editor.selectionBackground selection.background",
"hilite_block_back_color": "editor.selectionHighlightBackground editor.lineHighlightBackground",
"matching_parenthesis_color": "focusBorder meta.decorator comment",
"same_word_back_color": "editor.findMatchBackground editorOverviewRuler.findMatchForeground comment",
"suggestion_color": "comment",
"protected_color": "string.regexp",
"selection_back_color": "selection.background"
}
}