Skip to content

Commit

Permalink
Merge pull request #6 from ross-sig/add-metadata-commands-2
Browse files Browse the repository at this point in the history
* add package to .gitignore
* add metadata commands
  • Loading branch information
ahnooie authored Dec 7, 2017
2 parents 7a8d292 + d83dc2c commit 57d85c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.dml
*.dml
*.vsix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dml",
"version": "1.0.7",
"version": "1.0.8",
"publisher": "litehouse",
"engines": {
"vscode": "^1.8.1"
Expand Down
2 changes: 2 additions & 0 deletions snippets/dml-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,8 @@
"description": ""
},

// Metadata Commands

// Numeric Functions

"ABS": {
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/dml.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
{
"comment": "data access",
"name": "keyword.control.dml",
"match": "(?i)\\b(SET CAT_FILTER|START_STREAM|START_TRANSACTION|UNLOAD|SET DATAFILE|MODIFY TABLE|ADD FIELD)\\b"
"match": "(?i)\\b(SET CAT_FILTER|START_STREAM|START_TRANSACTION|UNLOAD|SET DATAFILE|ADD CLASS|ADD DATABASE|ADD DATATYPE|ADD DOMAIN|ADD EVENT|ADD FACILITY|ADD_FACILITY_SECURITY|ADD FIELD|ADD INDEX|ADD MESSAGE|ADD PARAMETER|ADD PROCEDURE|ADD TABLE|ADD_TABLE_SECURITY|ADD TIME_TRIGGER|ADD VIEW|CONVERT DATABASE|DELETE CLASS|DELETE DATATYPE|DELETE DOMAIN|DELETE EVENT|DELETE FACILITY|DELETE_FACILITY_SECURITY|DELETE FIELD|DELETE INDEX|DELETE MESSAGE|DELETE PARAMETER|DELETE PROCEDURE|DELETE TABLE|DELETE_TABLE_SECURITY|DELETE TIME_TRIGGER|DELETE VIEW|END_METADATA_BATCH|GET_FACILITY_SECURITY|MODIFY CLASS|MODIFY DATATYPE|MODIFY FACILITY|MODIFY FIELD|MODIFY MESSAGE|MODIFY TABLE|MODIFY TABLE_FIELD|START_METADATA_BATCH)\\b"
},
{
"comment": "data integrity checking",
Expand Down

0 comments on commit 57d85c0

Please sign in to comment.