Giter Site home page Giter Site logo

zephir-lang / zephir-sublime Goto Github PK

View Code? Open in Web Editor NEW
41.0 7.0 13.0 27 KB

Sublime Text syntax highlighting for for Zephir

Home Page: https://zephir-lang.com

License: Other

zephir sublime-text sublime-plugin zephir-language editor-plugin sublime-package sublime-text-plugin sublime-text-package

zephir-sublime's Introduction

Zephir Syntax Highlight

Zephir-Bundle

A Sublime Text 2/3 / TextMate bundle for Zephir.

Installation

Installation via Package Control (Sublime)

This is the recommended installation method.

If you have Sublime Package Control, you know what to do. If not, well: it's a package manager for Sublime Text; it's awesome and you can read about it here to install.

After installing the Package Control and restarting the editor:

  • Open the Command Pallete Cmd + Shift + P (or Ctrl + Shift + P)
  • Type "Install Package" and hit Enter
  • Find "Zephir" and hit Enter

Manual Installation

Depending on your OS copy the Zephir directory to any of the following locations:

Sublime Text

macOS

  • ~/Library/Application Support/Sublime Text 2/Packages

or

  • ~/Library/Application Support/Sublime Text 3/Packages

Linux

  • ~/.Sublime Text 2/Packages

or

  • ~/.Sublime Text 3/Packages

Windows

  • %APPDATA%/Sublime Text 2/Packages/

or

  • %APPDATA%/Sublime Text 3/Packages/

TextMate

macOS

  • /Library/Application Support/TextMate/Bundles

License

This project is open source software licensed under the MIT License. See the LICENSE file for more. Copyright (c) 2014-2021, Zephir Team

zephir-sublime's People

Contributors

andresgutierrez avatar arhell avatar aroben avatar ovr avatar pchaigno avatar pgtruesdell avatar sergeyklay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

zephir-sublime's Issues

Indentation rules

It would be nice to improve code style after run reindent:
comments:

/**
 *
 */
class Test
{

instead of

/**
 *
 */
 class Test
 {

arrays:

return [
     "major": 0
];

instead of

return [
"major": 0
];

switch/case:

switch test {
    case 1:
        let tmp = "test 1";
    break;
}

instead of

switch test {
    case 1:
    let tmp = "test 1";
    break;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.