aboutsummaryrefslogtreecommitdiff
path: root/src/Foreign.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/Foreign.gleam')
-rw-r--r--src/Foreign.gleam2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Foreign.gleam b/src/Foreign.gleam
index 25741d7..4a74c04 100644
--- a/src/Foreign.gleam
+++ b/src/Foreign.gleam
@@ -7,6 +7,8 @@ IO with the outside world.
"""
external type Foreign
+; // Fix GitHub syntax highlighting
+
doc """
Convert any Gleam data into Foreign data.
"""