-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.def
28 lines (25 loc) · 1.03 KB
/
modules.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
macros:
module_list: general, perl
# php, www, c, xs, apple, win32, win32rc, perl, general, glsl, make, ino, matlab, cpp, plot, java, autoit, python, fortran, asm, go, awk
module_type: general=>"txt",perl=>"pl"
subcode: _autoload
$map add_module, c, sh, xs, php, js, cpp, java, go, awk, ino, glsl, asm, tcl, lua, latex, tex
$call add_module2, as, s
$call add_module2, www, html
$call add_module2, win32, c
$call add_module2, win32rc, rc
$call add_module2, apple, m
$call add_module2, matlab, m
$call add_module2, autoit, au3
$call add_module2, python, py
$call add_module2, fortran, f
$call add_module, f90
$call add_module2, pascal, pas
$call add_module2, plot, pl
$call add_module2, rust, rs
subcode: add_module(name)
$(setmacro:module_list=$(module_list),$(name))
# $(setmacro:module_type=$(module_type),$(name)=>"$(name)")
subcode: add_module2(name, ext)
$(setmacro:module_list=$(module_list),$(name))
$(setmacro:module_type=$(module_type),$(name)=>"$(ext)")