Closed GoogleCodeExporter closed 9 years ago
the subject should be
"Haskell identifiers with apostrophe highlighted wrongly"
but I pressed the return key before that.
Original comment by ggr...@gmail.com
on 5 Feb 2008 at 6:20
also, the "--"-style comments are not recognized.
these are similar to the C++ "//"-style comments, but must be preceded by a
blank
feel free to contact me about the exact rules
Original comment by ggr...@gmail.com
on 7 Feb 2008 at 11:39
might be related to issue-25
Original comment by ggr...@gmail.com
on 7 Feb 2008 at 11:59
grammar at http://www.haskell.org/onlinereport/lexemes.html
Original comment by mikesamuel@gmail.com
on 23 Apr 2008 at 5:53
Is haskell's lexical grammar similar enough to LISP's that the new lisp mode at
http://google-code-prettify.googlecode.com/svn/trunk/tests/prettify_test.html#is
sue42
would work as a basis?
Original comment by mikesamuel@gmail.com
on 6 Jul 2008 at 12:03
Unfortunately not, Haskell has a more complicated syntax, as
it is indentation dependent (with offside rule) resembling Python,
and not easy to parse.
But the bug itself is easy to fix IMHO :-)
Original comment by ggr...@gmail.com
on 9 Jul 2008 at 7:16
@r55
Added src/lang-hs.js and tests.
Original comment by mikesamuel@gmail.com
on 6 Jan 2009 at 5:58
Original issue reported on code.google.com by
ggr...@gmail.com
on 5 Feb 2008 at 6:18