summaryrefslogtreecommitdiff
path: root/03-lexical-syntax.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-25 14:32:36 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-25 15:42:04 -0700
commit2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb (patch)
tree32d643287c22e9bb2a1335c358218c6fb65e51d8 /03-lexical-syntax.md
parente6ecfd0de12ecda56cc23f887c807c3ae096c82d (diff)
downloadscala-2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb.tar.gz
scala-2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb.tar.bz2
scala-2f3d0fddefdc0e11290805a0f16c68c52b1c6ffb.zip
Jekyll 2 config for redcarpet 3.1.1
To mimic github flavored markdown for local viewing. Note that this requires a development version of jekyll.
Diffstat (limited to '03-lexical-syntax.md')
-rw-r--r--03-lexical-syntax.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/03-lexical-syntax.md b/03-lexical-syntax.md
index 0e9cc0b495..a64877e0ee 100644
--- a/03-lexical-syntax.md
+++ b/03-lexical-syntax.md
@@ -7,12 +7,11 @@ tag: lexical
# Lexical Syntax
Scala programs are written using the Unicode Basic Multilingual Plane
-( _BMP_ ) character set; Unicode supplementary characters are not
+(_BMP_) character set; Unicode supplementary characters are not
presently supported. This chapter defines the two modes of Scala's
-lexical syntax, the Scala mode and the _XML_ mode. If not
+lexical syntax, the Scala mode and the _XML mode_. If not
otherwise mentioned, the following descriptions of Scala tokens refer
-to Scala mode, and literal characters `‘c’` refer to the ASCII fragment
-`\u0000` – `\u007F`.
+to _Scala mode_, and literal characters `‘c’` refer to the ASCII fragment `\u0000` – `\u007F`.
In Scala mode, _Unicode escapes_ are replaced by the corresponding
Unicode character with the given hexadecimal code.