Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syntax highlight for pgsql mode for backslash and escape constant #6081

Merged
merged 3 commits into from
Dec 9, 2019

Commits on Dec 6, 2019

  1. Fix syntax highlight for pgsql mode as PostgreSQL does not require ba…

    …ck slashes to escaped in a string.
    
    Add support for escape constant as mentioned here:
    https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-STRINGS-ESCAPE
    adityatoshniwal committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    4d1eebf View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    11e0f9c View commit details
    Browse the repository at this point in the history
  2. Customize the existing tokenLiteral function to acheive escape

    constant support without the need of any extra state var
    adityatoshniwal committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    da1d99e View commit details
    Browse the repository at this point in the history