summaryrefslogtreecommitdiff
path: root/pygments/styles/arduino.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 17:42:26 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 17:42:26 +0000
commit9ae5f2ac2ae042fb8cef9474d1b78c16eb70dbec (patch)
tree77ab585113d2bf2854b1507cb52edf358c22b5fb /pygments/styles/arduino.py
parent4556c61f294ce11b744876aa36be12ace565b263 (diff)
parent89d6a0b9220c5c2d1c40ba1535cd50130d8bafb2 (diff)
downloadpygments-9ae5f2ac2ae042fb8cef9474d1b78c16eb70dbec.tar.gz
Merged in roskakori/pygments-find-lexer (pull request #669)
Changed find_lexer_class_for_filename() to return same lexer between Python invocations
Diffstat (limited to 'pygments/styles/arduino.py')
-rw-r--r--pygments/styles/arduino.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py
index 1bf2103c..57e3809e 100644
--- a/pygments/styles/arduino.py
+++ b/pygments/styles/arduino.py
@@ -5,7 +5,7 @@
Arduino® Syntax highlighting style.
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""