summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-09 12:35:45 +0100
committerGeorg Brandl <georg@python.org>2013-01-09 12:35:45 +0100
commit566372919bce8374717f4943815553d8b7068de1 (patch)
treef7d49205ec56418a867d113bd2dfeaea4ec164f2 /pygments/lexers/functional.py
parent68a10f38d3814e2292849306a815387c6259ce06 (diff)
downloadpygments-566372919bce8374717f4943815553d8b7068de1.tar.gz
Fix issues found by "make check".
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r--pygments/lexers/functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py
index 8bb532d0..0a097339 100644
--- a/pygments/lexers/functional.py
+++ b/pygments/lexers/functional.py
@@ -2437,7 +2437,7 @@ class KokaLexer(RegexLexer):
# builtin names and special names
builtin = [
'for', 'while', 'repeat',
- 'foreach', 'foreach-indexed',
+ 'foreach', 'foreach-indexed',
'error', 'catch', 'finally',
'cs', 'js', 'file', 'ref', 'assigned',
]