Commit graph

5 commits

Author SHA1 Message Date
Johnny Gérard
a5d2ef13c1 fix indent
'close_brace_escape_sequence' is not highlighted
2019-02-19 10:27:37 -08:00
Johnny Gérard
a93a0df721 fix grammar rule
delimited_comment
    : '/*' delimited_comment_section* asterisk* '/'
    ;
should be
delimited_comment
    : '/*' delimited_comment_section* asterisk+ '/'
    ;
2019-02-19 10:27:13 -08:00
stakx
7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Leonardo Pedro da Silva de Sousa
479f29fc61 Correction of word "contextual" (#1132)
Merging on behalf of @SousaL 
Thanks for the correction
2017-11-29 11:27:23 -08:00
Neal Gafter
6027ad5a4a Add markdown specification (#9)
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.
2017-02-01 10:35:24 -08:00