ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

CodeScript 语法高亮

srbs 所有

Sublime Text 为 CodeScript 提供语法高亮

标签 语言语法

详情

安装

  • 总数 347
  • Win 215
  • Mac 67
  • Linux 65
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
Mac 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

README

源代码
raw.​githubusercontent.​com

Sublime Text CodeScript 语法定义

为 Sauerbraten 的脚本语言 Cubescript 在 Sublime Text 2 及 3 中提供语法高亮。

安装

使用 Package Control

  1. 运行 Package Control: Install Package 命令,查找并安装 Cubescript Syntax Highlighting 插件。
  2. 如果需要,重启 Sublime Text 编辑器

使用 Package Control 可确保包会自动更新。

手动

  1. 将 git 仓库克隆或 下载 至您的 Packages 文件夹(在 Sublime Text 中,找到并打开 Browse Packages... 菜单项以打开此文件夹)
  2. 如果需要,重启 Sublime Text 编辑器

    示例命令

    cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
    git clone https://github.com/srbs/cubescript-syntax-sublime.git Cubescript
    

使用方法

菜单

  1. 打开语法菜单(视图 -> 语法
  2. 点击 Cubescipt

命令

  1. 运行 Set Syntax: Cubescript 命令

所有 *.cfg 文件

  1. 打开任何 *.cfg 文件
  2. 打开语法菜单(视图 -> 语法
  3. 选择 以当前扩展名打开所有...
  4. 点击 Cubescript

贡献

本项目的主要开发在 cubescript-syntax-tmbundle 项目中完成。我的 转换器 用于将两个结构相互转换,使用了所有三个项目的父文件夹中的此代码 build.xml

<project basedir=".">
    <include file="textmate-to-sublime-converter/tm2subl.xml" />
    <tm2subl destdir="cubescript-syntax-sublime" srcdir="cubescript-syntax-tmbundle" />
</project>

请查看相应的 贡献 部分以获取贡献信息。

本项目使用 zlib 许可证。有关详细信息,请参阅许可证部分。

许可证(Zlib)

Copyright (c) 2012-2012 David "srbs" Forrest

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

    1.  The origin of this software must not be misrepresented; you must not
        claim that you wrote the original software. If you use this software
        in a product, an acknowledgment in the product documentation would be
        appreciated but is not required.

    2.  Altered source versions must be plainly marked as such, and must not be
        misrepresented as being the original software.

    3.  This notice may not be removed or altered from any source
        distribution.