https://github.com/shanduur/c-embedded-sql
This repository contains code of VSCode extension for highlighting SQL syntax in C code.
https://github.com/shanduur/c-embedded-sql
c esql sql
Last synced: 6 months ago
JSON representation
This repository contains code of VSCode extension for highlighting SQL syntax in C code.
- Host: GitHub
- URL: https://github.com/shanduur/c-embedded-sql
- Owner: shanduur
- License: mit
- Created: 2020-08-05T12:57:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T08:03:06.000Z (over 2 years ago)
- Last Synced: 2025-03-07T09:05:26.270Z (about 1 year ago)
- Topics: c, esql, sql
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# C Embedded SQL
Adds syntax highlight support for SQL placed in C code.
## Installation
Install it from marketplace!
## Requirements
* Visual Studio Code v1.19.0 recommended
* Start with `EXEC SQL`or `EXEC_SQL(`
* Finish with regular `;` or (if stared with `EXEC_SQL(`) with `)`
**Enjoy!**