From 4b7c0974b2ad1c1b816754e0043e81f23e179651 Mon Sep 17 00:00:00 2001 From: Jonas Rosling Date: Sun, 22 Jul 2012 22:29:00 +0100 Subject: [PATCH] added syntax support for nested records --- erlang.jsf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erlang.jsf b/erlang.jsf index cb4207c..81822db 100644 --- a/erlang.jsf +++ b/erlang.jsf @@ -87,6 +87,7 @@ done :recatt Recatt * idle noeat "a-zA-Z_" recatt + "#" record # STRINGS :string String @@ -159,6 +160,8 @@ done "-define" attribute "-file" attribute "-type" attribute + "-opaque" attribute + "-export_type" attribute "-spec" attribute "-author" attribute "-copyright" attribute