summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/lexers/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index 03e0ce9e..90aba3aa 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -1589,7 +1589,7 @@ class ModelicaLexer(RegexLexer):
r'end|equation|exit|expandable|extends|'
r'external|false|final|flow|for|if|import|in|inner|input|'
r'loop|nondiscrete|outer|output|parameter|partial|'
- r'protected|public|redeclare|replaceable|time|then|true|'
+ r'protected|public|redeclare|replaceable|stream|time|then|true|'
r'when|while|within)\b', Keyword)
],
'functions': [