tree-sitter: Add dbscheme regeneration instructions

This commit is contained in:
Ian Lynagh
2026-01-13 17:17:23 +00:00
parent 470bc7d6da
commit c6500e2759
3 changed files with 12 additions and 4 deletions

View File

@@ -28,5 +28,10 @@ pub fn run(options: Options) -> std::io::Result<()> {
},
];
generate(languages, options.dbscheme, options.library)
generate(
languages,
options.dbscheme,
options.library,
"run 'make dbscheme' in ql/ruby/",
)
}