Subversion Repositories wimsdev

Rev

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

  1.  
  2. editAreaLoader.load_syntax['octave'] = {
  3.     'QUOTEMARKS' : {1: ' " '}
  4.     ,'COMMENT_SINGLE' : {1 : '\\'}
  5.         ,'COMMENT_MULTI' : {'/\*' : '\*/'}
  6.         ,'KEYWORD_CASE_SENSITIVE' : true
  7.         ,'KEYWORDS' : {
  8.          'octstatement' : ['break', 'case', 'catch', 'classdef', 'continue', 'else', 'elseif', 'end', 'for', 'function', 'global', 'if', 'otherwise', 'parfor', 'persistent', 'return', 'spmd', 'switch', 'try', 'while']
  9.          ,'octfunction' : ['betacdf', 'empirical_rnd', 'laplace_inv', 'stdnormal_cdf', 'betainv', 'expcdf', 'laplace_pdf', 'stdnormal_inv', 'betapdf', 'expinv', 'laplace_rnd', 'stdnormal_pdf', 'betarnd', 'exppdf', 'logistic_cdf', 'stdnormal_rnd', 'binocdf', 'exprnd', 'logistic_inv', 'tcdf', 'binoinv', 'binopdf', 'finv', 'logistic_rnd', 'tpdf', 'binornd', 'fpdf', 'logncdf', 'trnd', 'cauchy_cdf', 'frnd', 'logninv', 'unidcdf', 'cauchy_inv', 'gamcdf', 'lognpdf', 'unidinv', 'cauchy_pdf', 'gaminv', 'lognrnd', 'unidpdf', 'cauchy_rnd', 'gampdf', 'nbincdf', 'unidrnd', 'chi2cdf', 'gamrnd', 'nbininv', 'unifcdf', 'chi2inv', 'geocdf', 'nbinpdf', 'unifinv', 'chi2pdf', 'geoinv', 'nbinrnd', 'unifpdf', 'chi2rnd', 'geopdf', 'normcdf', 'unifrnd', 'discrete_cdf', 'geornd', 'norminv', 'wblcdf', 'discrete_inv', 'hygecdf', 'normpdf', 'wblinv', 'discrete_pdf', 'hygeinv', 'normrnd', 'wblpdf', 'discrete_rnd', 'hygepdf', 'poisscdf', 'wblrnd', 'empirical_cdf', 'hygernd', 'poissinv', 'wienrnd', 'empirical_inv', 'kolmogorov_smirnov_cdf', 'poisspdf', 'empirical_pdf', 'laplace_cdf', 'poissrnd']
  10.          }
  11.          ,'OPERATORS' :[
  12.                 '*', '+', '-', '/', '^', ':=', '<', '=', '>'
  13.         ]
  14.         ,'DELIMITERS' :[
  15.                 '(', ')', '[', ']','{','}','\(', '\)'
  16.         ]
  17.          ,'STYLES' : {
  18.                 'COMMENTS': 'color: #0000CD;'
  19.                 ,'QUOTESMARKS': 'color: #6381F8;'
  20.                 ,'KEYWORDS' : {
  21.                         'octstatement' : 'color: #3399FF;'
  22.                         ,'octfunction' : 'color: #FF3A6E;'
  23.                         }
  24.                 ,'OPERATORS' : 'color: #CD00CD;'
  25.                 ,'DELIMITERS' : 'color: #60CA00;'
  26.                 }
  27. };