summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-01-29 11:03:58 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-01-29 11:03:58 +0000
commitbf380caf5787e6d4c0949a4f39b54f02fc8a44ef (patch)
treeca3dddcda314aca2d1f844586eb5c46f8305bd21 /pygments/styles
parent9db78a3b084ba4a8c14ff04ec85216e45ecdc0a4 (diff)
parentd5cad2f95623372e7cad9ebb581f42b5b9c1906e (diff)
downloadpygments-git-bf380caf5787e6d4c0949a4f39b54f02fc8a44ef.tar.gz
Merged in camilstaps/pygments-main-solarized (pull request #708)
Adds a solarized style Approved-by: Anteru <bitbucket@ca.sh13.net>
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/arduino.py4
-rw-r--r--pygments/styles/paraiso_dark.py2
-rw-r--r--pygments/styles/paraiso_light.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py
index 57e3809e..b500b6d9 100644
--- a/pygments/styles/arduino.py
+++ b/pygments/styles/arduino.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-"""
+u"""
pygments.styles.arduino
~~~~~~~~~~~~~~~~~~~~~~~
@@ -15,7 +15,7 @@ from pygments.token import Keyword, Name, Comment, String, Error, \
class ArduinoStyle(Style):
- """
+ u"""
The Arduino® language style. This style is designed to highlight the
Arduino source code, so exepect the best results with it.
"""
diff --git a/pygments/styles/paraiso_dark.py b/pygments/styles/paraiso_dark.py
index 5f334bb9..68abb9f6 100644
--- a/pygments/styles/paraiso_dark.py
+++ b/pygments/styles/paraiso_dark.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-"""
+u"""
pygments.styles.paraiso_dark
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/pygments/styles/paraiso_light.py b/pygments/styles/paraiso_light.py
index a8112819..186e4775 100644
--- a/pygments/styles/paraiso_light.py
+++ b/pygments/styles/paraiso_light.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-"""
+u"""
pygments.styles.paraiso_light
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~