Crate arborium_sql

Crate arborium_sql 

Source
Expand description

SQL grammar for tree-sitter

This crate provides the sql language grammar for use with tree-sitter.

Constants§

HIGHLIGHTS_QUERY
The highlights query for sql.
INJECTIONS_QUERY
The injections query for sql (empty - no injections available).
LOCALS_QUERY
The locals query for sql (empty - no locals available).

Functions§

language
Returns the sql tree-sitter language.