Skip to content

Commit

Permalink
Fix unbalanced paranthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimgunduz committed Jun 3, 2015
1 parent a475971 commit 8a83b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ color green "\<(cidr|inet|macaddr)\>"
color green "\<(int4range|int8range|numrange|tsrange|tstzrange|daterange)\>"

# Structure.
color brightyellow "\<(CASE|CLASS|DEFAULT|DO|ELSE|ELSEIF|FOR|FOREACH|FUNCTION|IF|IS NULL|NEW|PRIVATE|PUBLIC|RETURN|RETURNS|SETOF|SWITCH|THEN|WHEN|WHILE|}>"
color brightyellow "\<(CASE|CLASS|DEFAULT|DO|ELSE|ELSEIF|FOR|FOREACH|FUNCTION|IF|IS NULL|NEW|PRIVATE|PUBLIC|RETURN|RETURNS|SETOF|SWITCH|THEN|WHEN|WHILE)\>"

# Control flow.
color magenta "\<(EXCEPTION|NOTICE|RAISE|RETURN)\>"
Expand Down

0 comments on commit 8a83b43

Please sign in to comment.