Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix some sql highlighting #450

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    72f2f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4771008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3817807 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. SQL: Change --sql hint to be at least -- sql instead

    Since --sql is not a valid comment and will create errors if applying blindly.
    keevan committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    165ae83 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Update grammars/php.cson

    Co-authored-by: KapitanOczywisty <44417092+KapitanOczywisty@users.noreply.github.com>
    keevan and KapitanOczywisty committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    d989907 View commit details
    Browse the repository at this point in the history
  2. Update grammars/php.cson

    Co-authored-by: KapitanOczywisty <44417092+KapitanOczywisty@users.noreply.github.com>
    keevan and KapitanOczywisty committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b82f751 View commit details
    Browse the repository at this point in the history
  3. SQL: Add tests for new behaviours

    - Check for case insensitivity which will allow for `Select`, `select` and sPoNgebOB notation keyword starters
    - Check for starting round brackets as it may also be used at times
    keevan committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    169b9a4 View commit details
    Browse the repository at this point in the history