Kaydet (Commit) 2203d8f0 authored tarafından Baptiste Pierrat's avatar Baptiste Pierrat Kaydeden (comit) Colomban Wendling

Abaqus: remove styles not actually used by the lexer

üst d4e61bf0
......@@ -3,17 +3,12 @@
# Edit these in the colorscheme .conf file instead
default=default
comment=comment_line
commentblock=comment
number=number
string=string_1
operator=operator
word=string
processors=preprocessor
commands=keyword
slashcommands=keyword
starcommands=keyword
arguments=parameter
functions=function
processor=preprocessor
starcommand=keyword
argument=parameter
[keywords]
# all items must be in one line
......
......@@ -75,17 +75,12 @@ static const HLStyle highlighting_styles_ABAQUS[] =
{
{ SCE_ABAQUS_DEFAULT, "default", FALSE },
{ SCE_ABAQUS_COMMENT, "comment", FALSE },
{ SCE_ABAQUS_COMMENTBLOCK, "commentblock", FALSE },
{ SCE_ABAQUS_NUMBER, "number", FALSE },
{ SCE_ABAQUS_STRING, "string", FALSE },
{ SCE_ABAQUS_OPERATOR, "operator", FALSE },
{ SCE_ABAQUS_WORD, "word", FALSE },
{ SCE_ABAQUS_PROCESSOR, "processors", FALSE },
{ SCE_ABAQUS_COMMAND, "commands", FALSE },
{ SCE_ABAQUS_SLASHCOMMAND, "slashcommands", FALSE },
{ SCE_ABAQUS_STARCOMMAND, "starcommands", FALSE },
{ SCE_ABAQUS_ARGUMENT, "arguments", FALSE },
{ SCE_ABAQUS_FUNCTION, "functions", FALSE }
{ SCE_ABAQUS_PROCESSOR, "processor", FALSE },
{ SCE_ABAQUS_STARCOMMAND, "starcommand", FALSE },
{ SCE_ABAQUS_ARGUMENT, "argument", FALSE }
};
static const HLKeyword highlighting_keywords_ABAQUS[] =
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment