summaryrefslogtreecommitdiff
path: root/pygments/styles/pastie.py
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-11-14 14:02:36 +0100
committerblackbird <devnull@localhost>2006-11-14 14:02:36 +0100
commit7428255812bd973c24f3986a6c751efe4fab67db (patch)
treeff336ca94262e1fa9b2cae9a0565a13fa045efae /pygments/styles/pastie.py
parentc0002899f2319c041862e58f3caf8704d5904b74 (diff)
downloadpygments-7428255812bd973c24f3986a6c751efe4fab67db.tar.gz
[svn] again updates in the delphi lexer (now highlights asm better)
Diffstat (limited to 'pygments/styles/pastie.py')
-rw-r--r--pygments/styles/pastie.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/pastie.py b/pygments/styles/pastie.py
index 362e7169..f7f46934 100644
--- a/pygments/styles/pastie.py
+++ b/pygments/styles/pastie.py
@@ -50,6 +50,7 @@ class PastieStyle(Style):
Name.Tag: 'bold #bb0066',
Name.Attribute: '#336699',
Name.Decorator: '#555555',
+ Name.Label: 'italic #336699',
Number: 'bold #0000DD',