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

SQL Coloring fails after comment and indentation #55

Open
hopfotch opened this issue Jul 8, 2016 · 0 comments
Open

SQL Coloring fails after comment and indentation #55

hopfotch opened this issue Jul 8, 2016 · 0 comments

Comments

@hopfotch
Copy link

hopfotch commented Jul 8, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant