Unnamed repository; edit this file 'description' to name the repository.
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
; Scopes

[
  (document)
  (definition)
] @local.scope

; References

(identifier) @local.reference

; Definitions

(annotation_identifier) @local.definition

; (const_definition (identifier) @definition.constant)

; (enum_definition "enum"
;   . (identifier) @definition.enum
;   "{" (identifier) @definition.constant "}")

; (senum_definition "senum"
;   . (identifier) @definition.enum)

; (field (identifier) @definition.field)

; (function_definition (identifier) @definition.function)

; (namespace_declaration
;   "namespace" (namespace_scope)
;   . (_) @definition.namespace
;   (namespace_uri)?)

; (parameter (identifier) @definition.parameter)

; (struct_definition
;   "struct" . (identifier) @definition.type)

; (union_definition
;   "union" . (identifier) @definition.type)

; (exception_definition
;   "exception" . (identifier) @definition.type)

; (service_definition
;   "service" . (identifier) @definition.type)

; (interaction_definition
;   "interaction" . (identifier) @definition.type)

; (typedef_identifier) @definition.type