Skip to content

Commit

Permalink
Parser.ml: handle PRAGMA_SHOW_OPTIONS token
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Sep 16, 2024
1 parent e9cdabe commit 777ebbe
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 777ebbe

Please sign in to comment.