summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-04-30 09:05:50 +0200
committerMatth?us G. Chajdas <dev@anteru.net>2019-04-30 09:05:50 +0200
commit5c91fd1be89170860034ad256ad721b0f52ab60c (patch)
tree04d5b1d36d179825db12215e4671a2750b912bdb /pygments
parent5256ca6b4b12794a23b848a2dffa28025b8d9d72 (diff)
parent7cd2a4447b61034aa5fcc4fd01c4271968cf6713 (diff)
downloadpygments-5c91fd1be89170860034ad256ad721b0f52ab60c.tar.gz
Merge ssh://hg@bitbucket.org/Freso/pygments-main manually.
The PR on Bitbucket did not update correctly; pulling this in manually to get the much better TOML example file.
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexers/configs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/lexers/configs.py b/pygments/lexers/configs.py
index a3e28dd8..765c67b7 100644
--- a/pygments/lexers/configs.py
+++ b/pygments/lexers/configs.py
@@ -910,7 +910,6 @@ class TOMLLexer(RegexLexer):
('[a-zA-Z_][a-zA-Z0-9_\-]*', Name),
(r'\[.*?\]$', Keyword),
-
# Datetime
# TODO this needs to be expanded, as TOML is rather flexible:
# https://github.com/toml-lang/toml#offset-date-time