From c0f901d39d753c3e37d9f8c8f9767a10d0dd0acc Mon Sep 17 00:00:00 2001 From: bwendling Date: Tue, 27 Nov 2012 02:18:30 -0800 Subject: Remove the 'deplibs' keyword. It was old and never used. --- pygments/lexers/asm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygments/lexers/asm.py b/pygments/lexers/asm.py index c1d46bcb..340cd136 100644 --- a/pygments/lexers/asm.py +++ b/pygments/lexers/asm.py @@ -240,7 +240,7 @@ class LlvmLexer(RegexLexer): r'|linkonce_odr|weak|weak_odr|appending|dllimport|dllexport' r'|common|default|hidden|protected|extern_weak|external' r'|thread_local|zeroinitializer|undef|null|to|tail|target|triple' - r'|deplibs|datalayout|volatile|nuw|nsw|exact|inbounds|align' + r'|datalayout|volatile|nuw|nsw|exact|inbounds|align' r'|addrspace|section|alias|module|asm|sideeffect|gc|dbg' r'|ccc|fastcc|coldcc|x86_stdcallcc|x86_fastcallcc|arm_apcscc' -- cgit v1.2.1