feat: add support for SQL syntax highlighting
Author: nos1dot618Created Aug 28, 2026Updated Aug 28, 2026
Add basic SQL syntax highlighting to edit.
Currently, .sql files are not detected as SQL and are opened without SQL syntax highlighting.
The highlighting should cover common SQL syntax such as:
- Keywords
- Comments
- Strings
- Numbers
- Boolean and
NULLvalues - Operators
- Common SQL functions
It would also be useful to support SQL code blocks in Markdown.
Source: microsoft/edit