Skip to content

Commit de7ef0d

Browse files
committed
Merge branch 'master' of github.com:scriptcoded/sql-highlight
2 parents 367756d + a7a54f9 commit de7ef0d

File tree

3 files changed

+54
-50
lines changed

3 files changed

+54
-50
lines changed

lib/keywords.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = [
4343
'FULL OUTER JOIN',
4444
'GROUP BY',
4545
'HAVING',
46+
'ILIKE',
4647
'IN',
4748
'INDEX',
4849
'INNER JOIN',

package-lock.json

Lines changed: 52 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint-config-standard": "^17.0.0",
4444
"eslint-plugin-import": "^2.27.5",
4545
"eslint-plugin-jest": "^27.2.1",
46-
"eslint-plugin-n": "15.6.1",
46+
"eslint-plugin-n": "15.7.0",
4747
"eslint-plugin-node": "^11.1.0",
4848
"eslint-plugin-promise": "^6.1.1",
4949
"eslint-plugin-standard": "^4.1.0",

0 commit comments

Comments
 (0)