Skip to content

Commit

Permalink
parser: temporary workaround for table/dataset
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
jkbz64 committed Nov 28, 2024
1 parent 19877e4 commit 420c96c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@ module.exports = grammar({
optional($.function_parameter_mode),
optional(
choice(
kw("TABLE"),
kw("TABLE "),
kw("TABLE-HANDLE"),
kw("DATASET"),
kw("DATASET-HANDLE")
kw("DATASET-HANDLE"),
kw("DATASET ")
)
),
field("name", $.identifier),
Expand Down

0 comments on commit 420c96c

Please sign in to comment.