|
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'); |