Subversion Repositories wimsdev

Rev

Rev 4872 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4872 Rev 4873
Line 2... Line 2...
2
editAreaLoader.load_syntax['gp'] = {
2
editAreaLoader.load_syntax['gp'] = {
3
    'QUOTEMARKS' : {1: ' " '}
3
    'QUOTEMARKS' : {1: ' " '}
4
    ,'COMMENT_SINGLE' : {1 : '\/\/'}
4
    ,'COMMENT_SINGLE' : {1 : '\\'}
5
        ,'COMMENT_MULTI' : {'/\*' : '\*/'}
5
        ,'COMMENT_MULTI' : {'/\*' : '\*/'}
6
        ,'KEYWORD_CASE_SENSITIVE' : true
6
        ,'KEYWORD_CASE_SENSITIVE' : true
7
        ,'KEYWORDS' : {
7
        ,'KEYWORDS' : {
8
      'gpstatement' : ['break', 'return', 'next']
8
      'gpstatement' : ['break', 'return', 'next']
9
     ,'gpconditional' : ['if']
9
     ,'gpconditional' : ['if']
Line 42... Line 42...
42
    'matmuldiagonal', 'matmultodiagonal', 'matpascal', 'matrank', 'matrix', 'matrixqz', 'matsize',
42
    'matmuldiagonal', 'matmultodiagonal', 'matpascal', 'matrank', 'matrix', 'matrixqz', 'matsize',
43
    'matsnf', 'matsolve', 'matsolvemod', 'matsupplement', 'mattranspose', 'minpoly', 'qfgaussred',
43
    'matsnf', 'matsolve', 'matsolvemod', 'matsupplement', 'mattranspose', 'minpoly', 'qfgaussred',
44
    'qfjacobi', 'qflll', 'qflllgram', 'qfminim', 'qfperfection', 'qfrep', 'qfsign', 'setintersect',
44
    'qfjacobi', 'qflll', 'qflllgram', 'qfminim', 'qfperfection', 'qfrep', 'qfsign', 'setintersect',
45
    'setisset', 'setminus', 'setsearch', 'setunion', 'trace', 'vecextract', 'vecsort', 'vector',
45
    'setisset', 'setminus', 'setsearch', 'setunion', 'trace', 'vecextract', 'vecsort', 'vector',
46
    'vectorsmall', 'vectorv', 'a1', 'a2', 'a3', 'a4', 'a6', 'area', 'b2', 'b4', 'b6', 'b8', 'bid',
46
    'vectorsmall', 'vectorv', 'a1', 'a2', 'a3', 'a4', 'a6', 'area', 'b2', 'b4', 'b6', 'b8', 'bid',
47
    'bnf', 'c4', 'c6', 'clgp', 'codiff', 'cyc', 'diff', 'disc', 'e', 'eta', 'f', 'fu', 'futu',
47
    'bnf', 'c4', 'c6', 'clgp', 'codiff', 'cyc', 'diff', 'disc', 'eta', 'gen', 'group',
48
    'gen', 'group', 'index', 'j', 'mod', 'nf', 'no', 'omega', 'orders', 'p', 'pol', 'r1', 'r2',
48
    'index', 'mod', 'nf', 'no', 'omega', 'orders', 'pol', 'r1', 'r2',
49
    'reg', 'roots', 'sign', 't2', 'tate', 'tu', 'tufu', 'w', 'zk', 'zkst', 'bnfcertify',
49
    'reg', 'roots', 'sign', 't2', 'tate', 'bnfcertify',
50
    'bnfcompress', 'bnfdecodemodule', 'bnfinit', 'bnfisintnorm', 'bnfisnorm', 'bnfisprincipal',
50
    'bnfcompress', 'bnfdecodemodule', 'bnfinit', 'bnfisintnorm', 'bnfisnorm', 'bnfisprincipal',
51
    'bnfissunit', 'bnfisunit', 'bnfnarrow', 'bnfsignunit', 'bnfsunit', 'bnrL1', 'bnrclassno',
51
    'bnfissunit', 'bnfisunit', 'bnfnarrow', 'bnfsignunit', 'bnfsunit', 'bnrL1', 'bnrclassno',
52
    'bnrclassnolist', 'bnrconductor', 'bnrconductorofchar', 'bnrdisc', 'bnrdisclist', 'bnrinit',
52
    'bnrclassnolist', 'bnrconductor', 'bnrconductorofchar', 'bnrdisc', 'bnrdisclist', 'bnrinit',
53
    'bnrisconductor', 'bnrisprincipal', 'bnrrootnumber', 'bnrstark', 'dirzetak', 'factornf',
53
    'bnrisconductor', 'bnrisprincipal', 'bnrrootnumber', 'bnrstark', 'dirzetak', 'factornf',
54
    'galoisexport', 'galoisfixedfield', 'galoisgetpol', 'galoisidentify', 'galoisinit',
54
    'galoisexport', 'galoisfixedfield', 'galoisgetpol', 'galoisidentify', 'galoisinit',