mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix highlighting in SQL editor (#19291)
This commit is contained in:
@@ -3,6 +3,8 @@ import { styleTags, tags as t } from '@lezer/highlight';
|
||||
|
||||
import { parser } from './grammar';
|
||||
|
||||
export const expressionParser = parser;
|
||||
|
||||
export const parserWithMetaData = parser.configure({
|
||||
props: [
|
||||
foldNodeProp.add({
|
||||
|
||||
@@ -1 +1 @@
|
||||
export { parserWithMetaData, n8nLanguage } from './expressions';
|
||||
export { parserWithMetaData, n8nLanguage, expressionParser } from './expressions';
|
||||
|
||||
Reference in New Issue
Block a user