summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorEdoardo Tenani <edoardo.tenani@gmail.com>2016-01-27 19:09:13 +0100
committerEdoardo Tenani <edoardo.tenani@gmail.com>2016-01-27 19:09:13 +0100
commitc345124be323ec36f2b5c3f2b911829b3e4b3a67 (patch)
tree3eaf619f75ef50680af8994bd84e4d02185efa5b /pygments/styles
parent40b7527f463c87e9134d77290f11a236be1302a3 (diff)
downloadpygments-c345124be323ec36f2b5c3f2b911829b3e4b3a67.tar.gz
Register arduino style
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py
index d7a0564a..4efd196e 100644
--- a/pygments/styles/__init__.py
+++ b/pygments/styles/__init__.py
@@ -41,6 +41,7 @@ STYLE_MAP = {
'lovelace': 'lovelace::LovelaceStyle',
'algol': 'algol::AlgolStyle',
'algol_nu': 'algol_nu::Algol_NuStyle',
+ 'arduino': 'arduino::ArduinoStyle'
}