Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c55428e

Browse files
author
Peter Weir
committed
fixed up readme
1 parent b6f7526 commit c55428e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
# SQL highlighting in Python multiline strings for VS Code
2-
> Hopefully ready to add to the VSCode Marketplace soon
32

43
Adds syntax highlight support for python multiline SQL strings in VS Code.
54

65
## Installation
76

8-
- Install `python-string-sql` from extensions (`ctrl + shift + x`)
7+
Install `python-string-sql` from extensions (`ctrl + shift + x`)
98

109
## Example
1110

1211
[![Example](docs/demo.png)](docs/demo.py)
1312

1413
## Usage
1514

16-
Insert `--sql`, `--beginsql`, or `--begin-sql` at the beginning of the part of the string you would like highlighted and a semicolon, `--endsql` or `--end-sql` at the end of the highlighted section.
15+
Insert `--sql`, `--beginsql`, or `--begin-sql` at the beginning of the part of the string you would like highlighted and a semicolon, `--endsql`, or `--end-sql` at the end of the highlighted section.
1716

1817
## Requirements
1918

2019
- Visual Studio Code v1.32.0 recommended
21-
- Comment `--sql` to start highlighting in the string.
20+
- Comments at beginning and end of highlighted section in the string (see Usage section).
2221

2322
## Community
2423
- 2018-09-04 forked from [es6-string-css](https://github.com/bashmish/es6-string-css)

0 commit comments

Comments
 (0)