diff --git a/src/HighlightInput.jsx b/src/HighlightInput.jsx index d0887b6..5c81083 100644 --- a/src/HighlightInput.jsx +++ b/src/HighlightInput.jsx @@ -19,8 +19,10 @@ const language = ({ regex }) => { 'desc', 'from', 'group', + 'inner', 'join', 'limit', + 'on', 'or', 'order', 'select', @@ -83,7 +85,7 @@ const language = ({ regex }) => { ), excludeEnd: true, keywords: { - keyword: ['and', 'as', 'is', 'not', 'or'], + keyword: ['and', 'distinct', 'as', 'is', 'not', 'or'], built_in: [ 'by', 'conditioned',