-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erlang syntax file #1408
Comments
|
|
patch simply: no reason for wait 4.7 release.
4.7.0-pre1 now frozen for new features - just fixing critical bugs.
|
Branch: 1408_erlang_syn_hl |
|
but wait before pre1 released |
|
|
|
|
|
I think, there is missing backslash (after record).
It sould be:
|
Replying to baryluk:
Can You provide some erlang samples in tarball and patch on top of current git master? |
This are pretty hard samples (big and lots of syntax used).
Problems notices:
xmerl_sax_parser_utf8.erl starting at line 1294, "\"" sequence (escaped " in string).
I have fix prepared (copied from C and D syntax hightling files), but need to look at erlang specification to be sure which escape sequences are allowed. |
|
Ok, new version attached as erlang.2.syntax.
file escape.erl in erlang-samples.tar.gz shows now that it works. xmerl_* samples also now works properly. |
New erlang syntax file (with escape sequenced in strings and atom, few dict:* functions added) |
Replying to baryluk:
Thanks!
Please review. |
|
|
|
|
Merged: [d3f1b16] |
Important
This issue was migrated from Trac:
baryluk
(witold.baryluk@….com)commited-master
Hi, i created Erlang syntax file about 2 weeks ago, and was testing it since then. It looks quite good (but few minor syntax forms are not implemented yet, see comments in file). So considering that is is far better than nothing and actually it works, I will ask for inclusion in master branch.
Most actuall version:
http://smp.if.uj.edu.pl/~baryluk/erlang.syntax
Syntax entries:
Merged as [d3f1b16]
Take 2 merged as [0cfde89]
Note
Original attachments:
baryluk
(witold.baryluk@….com) onJul 15, 2009 at 13:17 UTC
baryluk
(witold.baryluk@….com) onAug 2, 2009 at 14:17 UTC
baryluk
(witold.baryluk@….com) onAug 2, 2009 at 14:26 UTC
The text was updated successfully, but these errors were encountered: