Subversion Repositories Kolibri OS

Rev

Rev 9902 | 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. line_numbers=1
  5. auto_indents=1
  6. auto_brackets=0
  7. trim_space=1
  8. font=1
  9. theme=0
  10. build=
  11. run=
  12. debug=
  13.  
  14. [color_Dark]
  15. text=207,208,209
  16. back=31,34,39
  17. seltext=255,255,255
  18. selback=64,67,71
  19. modified=232,232,0
  20. saved=0,208,0
  21. curline=37,40,45
  22. numtext=75,77,81
  23. numback=230,230,230
  24.  
  25. comment=78,106,135
  26. string=245,238,162
  27. escape=188,112,253
  28. num=237,110,85
  29. delim=255,79,104
  30. key1=255,79,104
  31. key2=188,112,253
  32. key3=188,112,253
  33.  
  34. [color_Light]
  35. text=0,0,0
  36. back=255,255,255
  37. seltext=255,255,255
  38. selback=0,0,255
  39. modified=232,232,0
  40. saved=0,208,0
  41. curline=255,255,200
  42. numtext=0,0,0
  43. numback=230,230,230
  44.  
  45. comment=128,0,128
  46. string=0,128,0
  47. escape=0,128,0
  48. num=128,0,0
  49. delim=0,0,128
  50. key1=0,0,128
  51. key2=0,128,128
  52. key3=0,128,128
  53.  
  54. [color_Tinypad]
  55. text=0,0,0
  56. back=255,255,255
  57. seltext=255,255,255
  58. selback=10,36,106
  59. modified=255,238,98
  60. saved=108,226,108
  61. curline=255,255,255
  62. numtext=0,0,0
  63. numback=221,215,207
  64.  
  65. comment=128,128,128
  66. string=176,0,0
  67. escape=176,0,0
  68. num=0,144,0
  69. delim=48,48,240
  70. key1=48,48,240
  71. key2=0,128,128
  72. key3=0,128,128
  73.  
  74. [lang_Oberon]
  75. 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
  76. 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
  77. KW3 =
  78.  
  79. [lang_Pascal]
  80. 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
  81. KW2 =
  82. KW3 =
  83.  
  84. [lang_C]
  85. 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
  86. KW2 = #define,#error,#include,#elif,#if,#line,#else,#ifdef,#pragma,#endif,#ifndef,#undef
  87. KW3 =
  88.  
  89. [lang_Lua]
  90. KW1 = and,break,do,else,elseif,end,false,goto,for,function,if,in,local,nil,not,or,repeat,return,then,true,until,while
  91. KW2 =
  92. KW3 =
  93.  
  94. [lang_Ini]
  95. KW1 = auto,default,disabled,false,none,true
  96. KW2 =
  97. KW3 =
  98. delim = =
  99.  
  100. [lang_Fasm]
  101. KW1 =
  102. KW2 = byte,word,dword,db,dw,dd
  103. KW3 =
  104. delim = {}[]<>=:,()&*/|+-\#
  105.  
  106. [lang_JSON]
  107. KW1 =
  108. KW2 = true,false,null
  109. KW3 =
  110.