Subversion Repositories Kolibri OS

Rev

Rev 9410 | Rev 9457 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. [settings]
  2. tab=4
  3. blink=70
  4. build=
  5. run=
  6. debug=
  7.  
  8. [color_Dark]
  9. text=207,208,209
  10. back=31,34,39
  11. seltext=255,255,255
  12. selback=64,67,71
  13. modified=232,232,0
  14. saved=0,208,0
  15. curline=37,40,45
  16. numtext=75,77,81
  17. numback=230,230,230
  18.  
  19. comment=78,106,135
  20. string=245,238,162
  21. escape=245,238,162
  22. num=237,110,85
  23. delim=255,79,104
  24. key1=255,79,104
  25. key2=188,112,253
  26. key3=188,112,253
  27.  
  28. [color_Light]
  29. text=0,0,0
  30. back=255,255,255
  31. seltext=255,255,255
  32. selback=0,0,255
  33. modified=232,232,0
  34. saved=0,208,0
  35. curline=255,255,200
  36. numtext=0,0,0
  37. numback=230,230,230
  38.  
  39. comment=128,0,128
  40. string=0,128,0
  41. escape=0,128,0
  42. num=128,0,0
  43. delim=0,0,128
  44. key1=0,0,128
  45. key2=0,128,128
  46. key3=0,128,128
  47.  
  48. [lang_Oberon]
  49. KW1 = ARRAY,BEGIN,BY,CASE,CONST,DIV,DO,ELSE,ELSIF,END,FALSE,FOR,IF,IMPORT,IN,IS,MOD,MODULE,NIL,OF,OR,POINTER,PROCEDURE,RECORD,REPEAT,RETURN,THEN,TO,TRUE,TYPE,UNTIL,VAR,WHILE
  50. KW2 = ABS,ASR,ASSERT,BITS,BOOLEAN,BYTE,CHAR,CHR,COPY,DEC,DISPOSE,EXCL,FLOOR,FLT,INC,INCL,INTEGER,LEN,LENGTH,LSL,LSR,MAX,MIN,NEW,ODD,ORD,PACK,REAL,ROR,SET,UNPK,WCHAR,WCHR
  51. KW3 =
  52.  
  53. [lang_Pascal]
  54. KW1 = AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNCTION,GOTO,IF,IMPLEMENTATION,IN,INTERFACE,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,SHL,SHR,STRING,THEN,TO,TYPE,UNIT,UNTIL,USES,VAR,WHILE,WITH,XOR
  55. KW2 =
  56. KW3 =
  57.  
  58. [lang_C]
  59. KW1 = auto,break,case,char,const,continue,default,do,double,else,enum,extern,float,for,goto,if,int,long,register,return,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile,while,dword,byte,bool,NULL
  60. KW2 = define,error,include,elif,if,line,else,ifdef,pragma,endif,ifndef,undef
  61. KW3 =
  62.  
  63. [lang_Lua]
  64. KW1 = and,break,do,else,elseif,end,false,goto,for,function,if,in,local,nil,not,or,repeat,return,then,true,until,while
  65. KW2 =
  66. KW3 =
  67.  
  68. [lang_Ini]
  69. KW1 = auto,default,disabled,false,none,true
  70. KW2 =
  71. KW3 =
  72. delim = =
  73.  
  74. [lang_Fasm]
  75. KW1 =
  76. KW2 =
  77. KW3 =
  78. delim = {}[]<>:,()&*/|+-\#
  79.  
  80. [lang_JSON]
  81. KW1 =
  82. KW2 = true,false,null
  83. KW3 =
  84.