treffynnon / sqlstyle.guide

A consistent code style guide for SQL to ensure legible and maintainable projects

Home Page:https://www.sqlstyle.guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does mean colors in some Reserved Keywords?

andretf opened this issue · comments

What does blue and red mean for a reserved keyword?
IMO it should exist a legend.

The highlighting there doesn't have meaning.

That field is being syntax highlighted automatically by the Jekyll build just like all the example code in the guide. You can look at the code blocks and their associated markdown in the markdown source, which can also be seen highlighted by GitHub.

The guide is configured to use rouge to do the syntax highlighting.