We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c75f59 commit 9a04ac4Copy full SHA for 9a04ac4
README.md
@@ -145,8 +145,8 @@ integration with your database of choice by being unopinionated about its
145
source language and any SQL language extensions it may have.
146
147
I've chosen backticks for `@sql_cmd` rather than a normal string macro because
148
-* It's important to have syntax highlighting, and it seems editors disable
149
- syntax highlighting of interpolations within normal string macros.
+* It's important to have syntax highlighting for interpolations, but editors
+ typically disable this within normal string macros.
150
* `@sql_cmd` is very conceptually similar to the builtin backticks and
151
`Base.Cmd`: it's a lightweight layer which deals only with preserving the
152
structure of tokens in the source text.
0 commit comments