Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czgu committed Nov 19, 2024
1 parent 46fa5c4 commit 0f2dad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions querybook/webapp/lib/codemirror/codemirror-language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ function builtInTypeSplit(
/**
* This is needed because codemirror 5 mixes type and builtin keywords together.
* In our case, we want:
* - keywords: standard SQL keywords, from SQLKeywords
* - builtin: functions, operators, etc
* - type: data types
* - keywords: standard SQL keywords, from SQLKeywords
* - builtin: functions, operators, etc
* - type: data types
*
* returns [builtIn, Type]
*/
Expand Down

0 comments on commit 0f2dad3

Please sign in to comment.