We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204b373 commit a2fe16cCopy full SHA for a2fe16c
1 file changed
rust/ql/lib/rust.dbscheme
@@ -100,13 +100,17 @@ yaml_scalars (unique int scalar: @yaml_scalar_node ref,
100
int style: int ref,
101
string value: string ref);
102
103
+yaml_comments (unique int id: @yaml_comment,
104
+ string text: string ref,
105
+ string tostring: string ref);
106
+
107
yaml_errors (unique int id: @yaml_error,
108
string message: string ref);
109
110
yaml_locations(unique int locatable: @yaml_locatable ref,
111
int location: @location_default ref);
112
-@yaml_locatable = @yaml_node | @yaml_error;
113
+@yaml_locatable = @yaml_node | @yaml_error | @yaml_comment;
114
115
/*- Database metadata -*/
116
0 commit comments