Miva Template Language (MVT) syntax plugin for Sublime Text 2/3.
- Proper
<mvt:comment>
highlighting. - Support for
<mvt:assign>
function names. - Support for
<mvt:do>
function names. - Support for toolkit and toolbelt function names.
- Adds Toggle Comment support for
<mvt:comment>
tags and HTML style block comments. - Adds Symbol List definition preferences for function subsets.
- Open Sublime Text 2/3
- Access your Command Palette Ctrl+Shift+P for Windows/Linux or ⌘+Shift+P for Mac.
- Type "Package Control: Install Package" ... Press ENTER.
- Search for "MVT", "Miva Template Language" or any similar search term ... Press ENTER.
- Done!
- DefaultFileType - This package sets the default file type of new files to be either the same as the current file, or a predefined default.
Here is my default_file_type.sublime-settings
file contents:
{
"default_new_file_syntax": "Packages/Miva Template Language (MVT)/MVT.tmLanguage",
"use_current_file_syntax": false
}