inline_sql_syntax
inline_sql_syntax copied to clipboard
Highlight and lint inline SQL strings.
Hi, thank you for creating this project! I wanted to ask if it is possible to connect it to a sqlite file, and if yes what I would have to...
Example:  Thanks for publishing this!
When trying to type ```sql "ALTER TABLE table_name ADD COLUMN column_name datatype" ``` the extension does **not** highlight the SQL string 
- Issue Type: `Performance` - Extension Name: `inline-sql-syntax` - Extension Version: `2.15.0` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.71.0` :warning: Make sure to **attach** this file...
- Issue Type: `Performance` - Extension Name: `inline-sql-syntax` - Extension Version: `2.15.0` - OS Version: `Windows_NT x64 10.0.22621` - VS Code version: `1.70.1` :warning: Make sure to **attach** this file...
It's impossible to parse [Python f-strings](https://realpython.com/python-f-strings/#python-f-strings-the-pesky-details) for the moment: ✅  ❌  It would be very practical...
Example: ```py query = """ SELECT * FROM book; SELECT id FROM user; """ ``` Two queries should be highlighted separately (starting token is `SELECT `, ending is semicolon (`;`)....
Like [yaml-string-sql](https://github.com/huisben/yaml-string-sql), purpose possibility to parse SQL in YAML. Example: _Single request_ ```yaml data: | --sql SELECT * FROM test; ``` _Multiple requests_ ```yaml data: | --sql-start SELECT * FROM...
Ideally text mate should be leveraged to extract document ranges where there are strings analogous to how neovim/treesitter extensions work. Possibly with this https://github.com/Microsoft/vscode-textmate