((string (string_content) @injection.content) (#set! injection.language "sql") (#match? @injection.content "^[ \t\r\n]*(SELECT|CREATE|INSERT|UPDATE|DELETE|ALTER|DROP|REPLACE)[ \t\r\n].*(TABLE|COLUMN|FROM|WHERE|VALUES|INTO)")) ((variable_declaration (multiline_string) @injection.content) (#set! injection.language "sql") (#match? @injection.content "^[ \t\r\n]*(SELECT|CREATE|INSERT|UPDATE|DELETE|ALTER|DROP|REPLACE)[ \t\r\n].*(TABLE|COLUMN|FROM|WHERE|VALUES|INTO)")) ((variable_declaration (multiline_string) @injection.content) (#set! injection.language "html") (#match? @injection.content "<[a-zA-Z]+[^>]*>")) ((string (string_content) @injection.content) (#set! injection.language "html") (#match? @injection.content "<[a-zA-Z]+[^>]*>"))