From 272a81c7c806826fc9a949fb92de0e6ed9d5e014 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 17 Feb 2003 11:18:03 +0000 Subject: Upgraded keyword list descriptions from Brian Quinlan. --- src/LexAsm.cxx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/LexAsm.cxx') diff --git a/src/LexAsm.cxx b/src/LexAsm.cxx index 0fc6f27ad..1eecf9b31 100644 --- a/src/LexAsm.cxx +++ b/src/LexAsm.cxx @@ -129,5 +129,14 @@ static void ColouriseAsmDoc(unsigned int startPos, int length, int initStyle, Wo sc.Complete(); } -LexerModule lmAsm(SCLEX_ASM, ColouriseAsmDoc, "asm"); +static const char * const asmWordListDesc[] = { + "CPU instructions", + "FPU instructions", + "Registers", + "Directives", + "Directive operands", + 0 +}; + +LexerModule lmAsm(SCLEX_ASM, ColouriseAsmDoc, "asm", 0, asmWordListDesc); -- cgit v1.2.3