Package org.teichert.databaseexplorer.syntaxHighlightingProfiles
-
Class Summary Class Description CSSProfile CSS-profile for css synatx-highlighting uses regex for matching.
Loads keywords from "/data/keywords/css.txt".SQLProfile SQL-profile for sql synatx-highlighting uses regex for matching.
Uses keywords from a static list and also fromSQLDataType
andStandardSqlFormatter.reservedWords
.