Skip to content

Commit

Permalink
feat: highlight keywords for sparksql materialized view
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Apr 20, 2024
1 parent 0945cba commit 0cc34e3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/languages/spark/spark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,22 +199,30 @@ export const language = <languages.IMonarchLanguage>{
'DATABASE',
'DATABASES',
'DESC',
'DISABLE',
'ENABLE',
'INDEX',
'LIMIT',
'LOAD',
'MATCHED',
'MATERIALIZED',
'KW_OVER',
'OPTIMIZE',
'OVERWRITE',
'PARTITIONED',
'REFRESH',
'RENAME',
'REWRITE',
'SCHEMA',
'SCHEMAS',
'SHOW',
'SKEWED',
'SORTED',
'STORED',
'TBLPROPERTIES',
'USE',
'VIEW'
'VIEW',
'ZORDER'
],
operators: [
// Logical
Expand Down

0 comments on commit 0cc34e3

Please sign in to comment.