mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* syntax/sql.syntax: Add highlighting for dot and backticks.
This commit is contained in:
parent
26654b3f5e
commit
759125c6c7
@ -1,3 +1,7 @@
|
||||
2002-11-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* syntax/sql.syntax: Add highlighting for dot and backticks.
|
||||
|
||||
2002-11-16 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: Move check for pwdauth() to MC_MCSERVER_CHECKS.
|
||||
|
@ -476,6 +476,7 @@ context default
|
||||
keyword ) brightcyan
|
||||
keyword , brightcyan
|
||||
keyword ; brightcyan
|
||||
keyword . white
|
||||
|
||||
# MySQL comment
|
||||
context linestart # \n brown
|
||||
@ -490,3 +491,7 @@ context exclusive /\* \*/ brown
|
||||
|
||||
context ' ' green
|
||||
context " " green
|
||||
|
||||
# Beckticks are used to escape reserved words in MySQL
|
||||
context ` ` cyan
|
||||
keyword . white
|
||||
|
Loading…
Reference in New Issue
Block a user