Skip to content
Snippets Groups Projects
Commit 746df785 authored by Christiaan Baaij's avatar Christiaan Baaij
Browse files

Add Haddock support for the OPAQUE pragma

parent b02188ab
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ classify tok =
ITrequires -> TkKeyword
ITinline_prag {} -> TkPragma
ITopaque_prag {} -> TkPragma
ITspec_prag {} -> TkPragma
ITspec_inline_prag {} -> TkPragma
ITsource_prag {} -> TkPragma
......@@ -379,6 +380,7 @@ inPragma True _ = True
inPragma False tok =
case tok of
ITinline_prag {} -> True
ITopaque_prag {} -> True
ITspec_prag {} -> True
ITspec_inline_prag {} -> True
ITsource_prag {} -> True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment