diff options
| author | Georg Brandl <georg@python.org> | 2018-11-25 08:37:32 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2018-11-25 08:37:32 +0100 |
| commit | 6430387018965d6340ae47055e69b4d99d469daf (patch) | |
| tree | 25f61b9396af1574756f5d0710c5860a6bae53ee /pygments/lexers/webmisc.py | |
| parent | 9309ba89af269cf9cb051a856d4d87e72f06dac1 (diff) | |
| download | pygments-git-2.3.0.tar.gz | |
Minimal fixup changes for the release, add release date.2.3.0
Diffstat (limited to 'pygments/lexers/webmisc.py')
| -rw-r--r-- | pygments/lexers/webmisc.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/lexers/webmisc.py b/pygments/lexers/webmisc.py index 712c8246..30dd3717 100644 --- a/pygments/lexers/webmisc.py +++ b/pygments/lexers/webmisc.py @@ -661,7 +661,8 @@ class XQueryLexer(ExtendedRegexLexer): # NAMESPACE KEYWORD (r'(declare)(\s+)(default)(\s+)(element|function)', - bygroups(Keyword.Declaration, Text, Keyword.Declaration, Text, Keyword.Declaration), 'namespacekeyword'), + bygroups(Keyword.Declaration, Text, Keyword.Declaration, Text, Keyword.Declaration), + 'namespacekeyword'), (r'(import)(\s+)(schema|module)', bygroups(Keyword.Pseudo, Text, Keyword.Pseudo), 'namespacekeyword'), (r'(declare)(\s+)(copy-namespaces)', |
