1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 17:00:05 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/sql/compound.sql

4 lines
43 B
SQL
Vendored

begin
create table foo (bar int);
end;