cmd: new-script-ext
[contents]

Contents

Syntax

The syntax for the new-script-ext command is:

nift new-script-ext (name) ext
nsm new-script-ext (name) ext

Description

The new-script-ext command is for setting the script extension project wide or for a tracked file. If no name parameter is provided then it will update the script extension for the project, otherwise if a name is provided then the specified script extension will only be applied to that file.

Note: You may set the extension to the empty string "" for pre/post build/serve programs.

Example

Example of new-script-ext being used:

nift new-script-ext ".lua"
nsm new-script-ext about ".rb"