OSDN Git Service

Fix issue #1583 Syntax highlighting for SQL leaves many things out. (#1591)
authorstonee-K <105475799+stonee-K@users.noreply.github.com>
Tue, 29 Nov 2022 14:10:27 +0000 (23:10 +0900)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2022 14:10:27 +0000 (23:10 +0900)
commit86605ae2088c148523cee0cda42a82680f20a2ff
tree62be328e81cc1d8dc0b2908ff9314c8818a669a8
parentfb882c0983a71c29660f79cda56990451625c269
Fix issue #1583 Syntax highlighting for SQL leaves many things out. (#1591)

* Add SQL:2016 keywords to crystaledit
* This keyword list does not contain non-standard keywords (GO, DUAL...)

reference:
https://en.wikipedia.org/wiki/List_of_SQL_reserved_words
Externals/crystaledit/editlib/parsers/sql.cpp