Skip to content

Commit 9a04ac4

Browse files
committed
README tweaks
1 parent 6c75f59 commit 9a04ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ integration with your database of choice by being unopinionated about its
145145
source language and any SQL language extensions it may have.
146146

147147
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.
148+
* It's important to have syntax highlighting for interpolations, but editors
149+
typically disable this within normal string macros.
150150
* `@sql_cmd` is very conceptually similar to the builtin backticks and
151151
`Base.Cmd`: it's a lightweight layer which deals only with preserving the
152152
structure of tokens in the source text.

0 commit comments

Comments
 (0)