Minor tweaks of documentation syntax highlighter

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@607 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-08-07 18:28:10 +00:00
parent 57da4261a8
commit 1233940892
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ require_once('./modules/mse-drupal-modules/autoformat.inc');
global $nice_ff_names;
$nice_ff_names = array(
'Function' => 'Functions',
'Type' => 'Types'
'Type' => 'Types',
'Script' => 'Scripting'
);
define('FROMFILE_DIR', 'doc');