Skip to content
Snippets Groups Projects
Commit a04d518e authored by Krzysztof Gogolewski's avatar Krzysztof Gogolewski Committed by Ben Gamari
Browse files

Add the ExtendedLiterals extension

(cherry picked from commit 6c720dd8)
parent 9faa4db9
No related tags found
No related merge requests found
...@@ -677,6 +677,9 @@ data KnownExtension = ...@@ -677,6 +677,9 @@ data KnownExtension =
-- | Enable data types for which an unlifted or levity-polymorphic result kind is inferred. -- | Enable data types for which an unlifted or levity-polymorphic result kind is inferred.
| UnliftedDatatypes | UnliftedDatatypes
| -- | Enable syntax for primitive numeric literals, e.g. @3#Int8@
ExtendedLiterals
-- | Enable syntax for primitive numeric literals, e.g. @3#Int8@ -- | Enable syntax for primitive numeric literals, e.g. @3#Int8@
| ExtendedLiterals | ExtendedLiterals
......
...@@ -181,6 +181,7 @@ syn keyword cabalExtension contained ...@@ -181,6 +181,7 @@ syn keyword cabalExtension contained
\ ExplicitForAll \ ExplicitForAll
\ ExplicitNamespaces \ ExplicitNamespaces
\ ExtendedDefaultRules \ ExtendedDefaultRules
\ ExtendedLiterals
\ ExtensibleRecords \ ExtensibleRecords
\ ExtendedLiterals \ ExtendedLiterals
\ FieldSelectors \ FieldSelectors
......
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