1 Star 1 Fork 0

土生土长 / HTML-CSS-JS-Prettify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
HTMLPrettify.py 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
Telelily 提交于 2019-05-01 12:14 . first commit
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""HTML Prettify plugin entry point"""
import sys
from os.path import dirname
from sublime_plugin import TextCommand
sys.path.insert(0, dirname(__file__))
from src.py.commands import *
from src.py.event_listeners import *
from src.py.main import *
class HtmlprettifyCommand(TextCommand):
def run(self, edit):
main(self.view, edit)
1
https://gitee.com/opopi/HTML-CSS-JS-Prettify.git
git@gitee.com:opopi/HTML-CSS-JS-Prettify.git
opopi
HTML-CSS-JS-Prettify
HTML-CSS-JS-Prettify
master

搜索帮助