difftastic/vendored_parsers/tree-sitter-sql/test/highlight/insert.sql

8 lines
202 B
SQL

INSERT INTO table1 VALUES (1, 'test')
-- <- keyword
-- ^ keyword
-- ^ variable
-- ^ keyword
-- ^ number
-- ^ string