Skip to content

Commit

Permalink
Add PL/SQL REPLACE keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-far committed Apr 19, 2024
1 parent 59e5a34 commit 1170e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-plsql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/prism-plsql.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/languages/plsql/keyword_feature.test
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ RELIES_ON
REM
REMAINDER
RENAME
REPLACE
RESOURCE
RESULT
RESULT_CACHE
Expand Down Expand Up @@ -580,6 +581,7 @@ ZONE
["keyword", "REM"],
["keyword", "REMAINDER"],
["keyword", "RENAME"],
["keyword", "REPLACE"],
["keyword", "RESOURCE"],
["keyword", "RESULT"],
["keyword", "RESULT_CACHE"],
Expand Down

0 comments on commit 1170e78

Please sign in to comment.