An open API service indexing awesome lists of open source software.

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.

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!**