File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -804,15 +804,15 @@ def is_keyword(value):
804804
805805# PostgreSQL Syntax
806806KEYWORDS_PLPGSQL = {
807- 'PARTITION' : tokens .Keyword ,
808- 'OVER' : tokens .Keyword ,
809- 'PERFORM' : tokens .Keyword ,
810- 'NOTICE' : tokens .Keyword ,
811- 'PLPGSQL' : tokens .Keyword ,
812- 'INHERIT' : tokens .Keyword ,
813- 'INDEXES' : tokens .Keyword ,
814-
815- 'FOR' : tokens .Keyword ,
816- 'IN' : tokens .Keyword ,
817- 'LOOP' : tokens .Keyword ,
807+ 'PARTITION' : tokens .Keyword ,
808+ 'OVER' : tokens .Keyword ,
809+ 'PERFORM' : tokens .Keyword ,
810+ 'NOTICE' : tokens .Keyword ,
811+ 'PLPGSQL' : tokens .Keyword ,
812+ 'INHERIT' : tokens .Keyword ,
813+ 'INDEXES' : tokens .Keyword ,
814+
815+ 'FOR' : tokens .Keyword ,
816+ 'IN' : tokens .Keyword ,
817+ 'LOOP' : tokens .Keyword ,
818818}
You can’t perform that action at this time.
0 commit comments