Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1.   editAreaLoader.load_syntax["flydraw"] = {
  2.     'QUOTEMARKS' : {1: ' " '}
  3.         ,'KEYWORD_CASE_SENSITIVE' : true
  4.         ,'KEYWORDS' : {
  5.         'flydraw' : [
  6. 'affine', 'animate', 'animstep', 'arc', 'arrow', 'arrow2', 'circle', 'comment', 'copy', 'insert', 'copyresized', 'darrow', 'dasharrow', 'dashedarrow', 'darrow2', 'dasharrow2', 'dashedarrow2', 'dhlinedashedhorizontalline', 'dashhorizontalline', 'hdline', 'horizontaldashedline', 'diamondfill', 'diafill', 'dline', 'dashedline', 'dashline', 'dlines', 'dashedlines', 'dashlines', 'dotfill', 'pointfill', 'diskfill', 'dvline', 'dashedverticaline', 'dashverticalline', 'vdline', 'verticaldashedline', 'ellipse', 'fcircle', 'ball', 'disk', 'filledcircle', 'fellipse', 'filledellipse', 'fill', 'flood', 'floodfill', 'filltoborder', 'fpoly', 'filledpoly', 'filledpolygon', 'fpolygon', 'frect', 'filledrect', 'fillecrectangle', 'frectangle', 'fsquare', 'filledsquare', 'ftriangle', 'filledtriangle', 'gridfill', 'hatchfill', 'hline', 'horizontalline', 'interlace', 'killaffine', 'killbrush', 'killlinear', 'killrotation,killrotate', 'killtile', 'killtranslation', 'killtranslate', 'lattice', 'levelcurve', 'levelstep', 'line', 'seg', 'segment', 'linear', 'lines', 'linewidth', 'multicopy', 'new', 'output', 'parallel', 'pixels', 'plot', 'curve', 'plotjump', 'plotstep', 'plotsteps', 'tstep', 'tsteps', 'point', 'points', 'poly', 'polygon', 'range', 'rays', 'rect', 'rectangle', 'resetmatrix', 'resetparallelogram', 'resetvector', 'resettransform', 'rotation', 'rotate', 'setbrush', 'setmatrix', 'setparallelogram', 'setpixel', 'setstyle', 'settile', 'settransform', 'setvector', 'size', 'square', 'text', 'print', 'string', 'write', 'textup', 'stringup', 'writeup', 'trange', 'ranget', 'translation', 'translate', 'transparent', 'triangle', 'vimg', 'vimgfile', 'vline', 'verticalline', 'xrange', 'rangex', 'yrange', 'rangey' ]
  7. }
  8.         ,'OPERATORS' :[
  9.                 '*', '+', '-', '/', '^', '<', '=', '>','//'
  10.         ]
  11.         ,'DELIMITERS' :[
  12.                 '(', ')', '[', ']','{','}'
  13.         ]
  14.         ,'REGEXPS' :
  15.         {
  16.                 'oefvariables' : { 'search': '()(\\\\\\w+)()',
  17.                         'class' : 'oefvariables',
  18.                         'modifiers' : 'g', 'execute' : 'before' }
  19.         }
  20.         ,'STYLES' : {
  21.                 'COMMENTS': 'color: #0000CD;'
  22.                 ,'QUOTESMARKS': 'color: #6381F8;'
  23.                 ,'KEYWORDS' : {
  24.                         'flydraw' : 'color: #48BDDF;'
  25.                         }
  26.                 ,'OPERATORS' : 'color: #FF00FF;'
  27.                 ,'DELIMITERS' : 'color: #60CA00;'
  28.                 ,'REGEXPS': {
  29.                         'oefvariables' : 'color: #FF3A6E;'
  30.                 }
  31.         }
  32. };
  33.  
  34.