Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Apr 3, 2024
2 parents 765348e + 6d71030 commit 5faa6be
Show file tree
Hide file tree
Showing 5 changed files with 628 additions and 10,031 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Import scriptbot's GPG key for signing commits
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v20.11
v20.12
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -31,6 +31,20 @@ will get highlighted the same as before, i.e. no syntax highlighting for EMP or

* Dropping support for Node.js 14

## [4.4.2](https://github.com/scriptcoded/sql-highlight/compare/v4.4.1...v4.4.2) (2024-03-10)


### Bug Fixes

* add COMMIT keyword ([b9ccf62](https://github.com/scriptcoded/sql-highlight/commit/b9ccf622c7d486fc950ed34e7a9f2ad6551d6f6a))

## [4.4.1](https://github.com/scriptcoded/sql-highlight/compare/v4.4.0...v4.4.1) (2024-03-10)


### Bug Fixes

* add RETURNING keyword ([e36fb72](https://github.com/scriptcoded/sql-highlight/commit/e36fb727c207671d6f3b4f7781637a663e5a63a4))

## [4.3.2](https://github.com/scriptcoded/sql-highlight/compare/v4.3.1...v4.3.2) (2023-03-16)

### Bug Fixes
Expand Down
2 changes: 2 additions & 0 deletions lib/keywords.js
Expand Up @@ -14,6 +14,7 @@ module.exports = [
'CASE',
'CHECK',
'COLUMN',
'COMMIT',
'CONSTRAINT',
'CREATE',
'CREATE DATABASE',
Expand Down Expand Up @@ -62,6 +63,7 @@ module.exports = [
'OUTER JOIN',
'PRIMARY KEY',
'PROCEDURE',
'RETURNING',
'RIGHT JOIN',
'ROWNUM',
'SELECT',
Expand Down

0 comments on commit 5faa6be

Please sign in to comment.