diff options
author | Krzysztof Profic <kprofic@gmail.com> | 2013-12-13 17:09:16 +0100 |
---|---|---|
committer | Krzysztof Profic <kprofic@gmail.com> | 2013-12-13 17:09:16 +0100 |
commit | 5a69fcef00599e0412073ebcdb6f3eee44d5f64d (patch) | |
tree | 32d55ddf2d2b74e973eb7cd8f9cf87cff20f7a05 /pygments/styles/xcode.py | |
parent | 274f52cf52f6af65363b9ef1cdc1d424dd4a6fc3 (diff) | |
download | pygments-5a69fcef00599e0412073ebcdb6f3eee44d5f64d.tar.gz |
Added draft implementation for cocoa types recognition
Diffstat (limited to 'pygments/styles/xcode.py')
-rw-r--r-- | pygments/styles/xcode.py | 2 |
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', |