diff options
| author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2016-02-14 15:17:47 -0800 |
|---|---|---|
| committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2016-02-14 15:17:47 -0800 |
| commit | cb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b (patch) | |
| tree | 8b1f262cce1bdfe08ba937bbbaa426d50e792fa2 /pygments/styles | |
| parent | 8933a64a6eaf30645af5170b69c09904c4217b6c (diff) | |
| download | pygments-git-cb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b.tar.gz | |
Rename ansilist that now is a set, slipped though PR 531 review
Diffstat (limited to 'pygments/styles')
| -rw-r--r-- | pygments/styles/arduino.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py index 5b31bb84..1bf2103c 100644 --- a/pygments/styles/arduino.py +++ b/pygments/styles/arduino.py @@ -95,4 +95,4 @@ class ArduinoStyle(Style): Generic.Strong: "", # class: 'gs' Generic.Subheading: "", # class: 'gu' Generic.Traceback: "", # class: 'gt' - }
\ No newline at end of file + } |
