We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f358a9b commit b368c0eCopy full SHA for b368c0e
shared/tree-sitter-extractor/src/generator/prefix.dbscheme
@@ -106,11 +106,23 @@ yaml_locations(unique int locatable: @yaml_locatable ref,
106
@yaml_locatable = @yaml_node | @yaml_error;
107
108
/*- Database metadata -*/
109
+
110
+/**
111
+ * The CLI will automatically emit applicable tuples for this table,
112
+ * such as `databaseMetadata("isOverlay", "true")` when building an
113
+ * overlay database.
114
+ */
115
databaseMetadata(
116
string metadataKey: string ref,
117
string value: string ref
118
);
119
120
+/*- Overlay support -*/
121
122
123
+ * The CLI will automatically emit tuples for each new/modified/deleted file
124
+ * when building an overlay database.
125
126
overlayChangedFiles(
127
string path: string ref
128
0 commit comments