fix(editor): Fix highlighting in SQL editor (#19291)

This commit is contained in:
yehorkardash
2025-09-11 11:46:41 +00:00
committed by GitHub
parent 45e8209142
commit 03b865d4db
23 changed files with 1581 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
# codemirror-lang-n8n-sql
SQL + n8n expression language support for CodeMirror 6.
Based on [`@codemirror/lang-sql`](https://github.com/codemirror/lang-sql).
## Author
© 2023 [Iván Ovejero](https://github.com/ivov)