summaryrefslogtreecommitdiff
path: root/pygments/styles/stata.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/stata.py')
-rw-r--r--pygments/styles/stata.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pygments/styles/stata.py b/pygments/styles/stata.py
index 2f79a436..2d8abb7e 100644
--- a/pygments/styles/stata.py
+++ b/pygments/styles/stata.py
@@ -25,7 +25,6 @@ class StataStyle(Style):
styles = {
Whitespace: '#bbbbbb',
Comment: 'italic #008800',
- # Comment: 'italic #898989',
String: '#7a2424',
Number: '#2c2cff',
Operator: '',
@@ -34,7 +33,5 @@ class StataStyle(Style):
Name.Function: '#2c2cff',
Name.Variable: 'bold #35baba',
Name.Variable.Global: 'bold #b5565e',
- # Name.Variable: 'bold #7EC0EE',
- # Name.Variable.Global: 'bold #BE646C',
Error: 'bg:#e3d2d2 #a61717'
}