Skip to content

SQL Coloring fails after comment and indentation #55

Open
@hopfotch

Description

discovered after a copy/paste of a TCE query:

-- now just check up on rebates not in the big table
  select    rebate_id as rid
  from      data_hub_rebate_view
  minus
  select    rebate_id
  from      data_hub_rebate_payment_view

with the spaces in front of the SQL keywords, Wagon's syntax hilighting fails and everything stays default color. only seems to happen after a comment... ?

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions