ThirdParty/Pygments/pygments/lexers/_scilab_builtins.py

changeset 2426
da76c71624de
parent 1705
b0fbc9300f2b
child 2525
8b507a9a2d40
equal deleted inserted replaced
2425:ace8a08028f3 2426:da76c71624de
1 # -*- coding: utf-8 -*-
2 """
3 pygments.lexers._scilab_builtins
4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5
6 Builtin list for the ScilabLexer.
7
8 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
9 :license: BSD, see LICENSE for details.
10 """
11
1 # These lists are generated automatically. 12 # These lists are generated automatically.
2 # Run the following in a Scilab script: 13 # Run the following in a Scilab script:
3 # 14 #
4 # varType=["functions", "commands", "macros", "variables" ]; 15 # varType=["functions", "commands", "macros", "variables" ];
5 # fd = mopen('list.txt','wt'); 16 # fd = mopen('list.txt','wt');

eric ide

mercurial