diff options
author | rumpf_a@web.de <> | 2010-02-20 19:21:38 +0100 |
---|---|---|
committer | rumpf_a@web.de <> | 2010-02-20 19:21:38 +0100 |
commit | 6bc16904edd3738ab97573b9eeb3a6a7cce9574c (patch) | |
tree | a24577d18f693a0b5497ad78b54c4d20cb711fc6 /data/keywords.txt | |
parent | 64da2f16813bbf03b8a2117d7c4abffd1adf525f (diff) | |
download | Nim-6bc16904edd3738ab97573b9eeb3a6a7cce9574c.tar.gz |
bugfixes for unicode; xmlparser; htmlparser; scanner
Diffstat (limited to 'data/keywords.txt')
-rw-r--r-- | data/keywords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/keywords.txt b/data/keywords.txt index 3cf9790ef..a6d96834a 100644 --- a/data/keywords.txt +++ b/data/keywords.txt @@ -5,7 +5,7 @@ discard distinct div elif else end enum except finally for from generic if implies import in include is isnot iterator -lambda +lambda let macro method mod nil not notin object of or out |