Sfoglia il codice sorgente

Merge pull request #24 from bjacobso/patch-1

Add LIMIT to sql keywords
Peng Lyu 8 anni fa
parent
commit
1e7815dd72
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/sql.ts

+ 1 - 0
src/sql.ts

@@ -456,6 +456,7 @@ export const language = <ILanguage>{
 		'LEVEL_3',
 		'LEVEL_4',
 		'LIFETIME',
+		'LIMIT',
 		'LINENO',
 		'LIST',
 		'LISTENER',