Skip to content

yanhaijing/template-sublime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template.js plugin for sublime, click here to install.

How to install

Way 1: with Package Control

  1. Run "Package Control: Install Package" command, find and install templatejs plugin.

Way 2: with Package Control + Custom Repository:

  1. Run "Package Control: Add repository" and add https://github.com/yanhaijing/template-sublime
  2. Run "Package Control: Install Package" command, find and install templatejs plugin.

Way 3: download and copy

  1. Clone or [download] git repo into your packages folder (in ST2, find Browse Packages... menu item to open this folder)

Features

  • Syntax highlight

Support syntax highlight for template.js

Source code example

<h2>我的待办</h2>
<ul>
    <%list.forEach(function(item, index) {%>
        <li>
            <div class="row">
                <div class="col-5 <%=index % 2 ? 'text-secondary' : ''%>">
                    <%=item.text%>
                    <%:=item.text%>
                    <%abc:=item.text%>
                </div>
            </div>
        </li>
    <%})%>
</ul>
<a href="#" class="btn btn-dark add-todo">新增</a>

Highlighting effect

CHANGELOG

CHANGELOG.md

TODO

TODO.md

Contributor guide

开发时,将当前项目软连接到sublime的插件目录(菜单/Preference/Browse Packages)即可实时预览,可能需要重启

ln -s . xxx/Packages/User

发布时需要打tag,然后push到github即可

git tag x.y.z

Reference

About

Syntax highlight for template.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published