-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathasterisk.toml
More file actions
30 lines (25 loc) · 816 Bytes
/
asterisk.toml
File metadata and controls
30 lines (25 loc) · 816 Bytes
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
[languages]
[languages.python]
[languages.python.matchers]
import_statement = "import_from_statement"
[languages.python.matchers.module_name]
field_name = "module_name"
kind = "dotted_name"
[languages.python.matchers.object_name]
field_name = "name"
kind = "dotted_name"
[languages.python.matchers.alias]
field_name = "alias"
kind = "identifier"
[languages.rust]
[languages.rust.matchers]
import_statement = "use_declaration"
[languages.rust.matchers.module_name]
field_name = "path"
kind = "identifier"
[languages.rust.matchers.object_name]
field_name = "name"
kind = "identifier"
[languages.rust.matchers.alias]
field_name = "alias"
kind = "identifier"