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

4 lines
43 B
MySQL
Raw Normal View History

begin
create table foo (bar int);
end;