#942·edit

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 NULL values
  • Operators
  • Common SQL functions

It would also be useful to support SQL code blocks in Markdown.