Skip to content

Commit

Permalink
Merge pull request #211 from mtzguido/fix
Browse files Browse the repository at this point in the history
Parser.ml: handle PRAGMA_SHOW_OPTIONS token
  • Loading branch information
mtzguido authored Sep 16, 2024
2 parents e9cdabe + 777ebbe commit e5c43b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ocaml/plugin/PulseSyntaxExtension_Parser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ let rewrite_token (tok:FP.token)
| PRAGMA_RESET_OPTIONS -> PP.PRAGMA_RESET_OPTIONS
| PRAGMA_RESTART_SOLVER -> PP.PRAGMA_RESTART_SOLVER
| PRAGMA_SET_OPTIONS -> PP.PRAGMA_SET_OPTIONS
| PRAGMA_SHOW_OPTIONS -> PP.PRAGMA_SHOW_OPTIONS
| PRIVATE -> PP.PRIVATE
| QMARK -> PP.QMARK
| QMARK_DOT -> PP.QMARK_DOT
Expand Down

0 comments on commit e5c43b9

Please sign in to comment.