You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current highlighting of commands with quoted arguments does not work well, for instance
!connect "jdbc:string" admin 'pass "word' driver
everything after !connect will be highlighted as double quoted string.
The same issue is in case of single quoted arguments.
Currently I have it fixed at https://github.com/snuyanzin/sqlline/tree/SQLLLINE_QUOTES_IN_COMMENTS
But I think there should be added some more changes after #305 will be resolved.
The text was updated successfully, but these errors were encountered:
snuyanzin
changed the title
Highliting of commands with quoted arguments
Highlighting of commands with quoted arguments
Jun 6, 2019
Current highlighting of commands with quoted arguments does not work well, for instance
everything after
!connect
will be highlighted as double quoted string.The same issue is in case of single quoted arguments.
Currently I have it fixed at https://github.com/snuyanzin/sqlline/tree/SQLLLINE_QUOTES_IN_COMMENTS
But I think there should be added some more changes after #305 will be resolved.
The text was updated successfully, but these errors were encountered: