Commit graph

8 commits

Author SHA1 Message Date
Neal Gafter f1533732b0
Missing ':' in format part of interpolation (#3679) 2020-07-15 09:23:26 -07:00
Tom Pratt 892af9016b Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
Johnny Gérard e9ea4feeca
fix typo
"the" should be "that"
2019-03-11 12:38:41 +01:00
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