summaryrefslogtreecommitdiff
path: root/pygments/styles/xcode.py
diff options
context:
space:
mode:
authorKrzysztof Profic <kprofic@gmail.com>2013-12-13 17:09:16 +0100
committerKrzysztof Profic <kprofic@gmail.com>2013-12-13 17:09:16 +0100
commit5a69fcef00599e0412073ebcdb6f3eee44d5f64d (patch)
tree32d55ddf2d2b74e973eb7cd8f9cf87cff20f7a05 /pygments/styles/xcode.py
parent274f52cf52f6af65363b9ef1cdc1d424dd4a6fc3 (diff)
downloadpygments-5a69fcef00599e0412073ebcdb6f3eee44d5f64d.tar.gz
Added draft implementation for cocoa types recognition
Diffstat (limited to 'pygments/styles/xcode.py')
-rw-r--r--pygments/styles/xcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/xcode.py b/pygments/styles/xcode.py
index 26d92ed7..a18dd93a 100644
--- a/pygments/styles/xcode.py
+++ b/pygments/styles/xcode.py
@@ -41,7 +41,7 @@ class XcodeStyle(Style):
# Name.Property: '#000000',
# Name.Namespace: '#000000',
Name.Builtin: '#AA0D92',
- # Name.Builtin.Pseudo: '#000000',
+ Name.Builtin.Pseudo: '#5B269A', # In Obj-C code this token is used to colour Cocoa types, TODO new token type
Name.Variable: '#000000', # it was method argument (but not always recognized successfully)
# Name.Variable.Class: '#000000',
# Name.Variable.Instance: '#000000',