Subversion Repositories Kolibri OS

Rev

Rev 9907 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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