An open API service indexing awesome lists of open source software.

https://github.com/thecodechef/sublime-pug-extended

Pug Extended for Sublime Text 3
https://github.com/thecodechef/sublime-pug-extended

Last synced: 2 months ago
JSON representation

Pug Extended for Sublime Text 3

Awesome Lists containing this project

README

          

# Pug Extended

> Pug Extended for Sublime Text 3



Github Tag


Package Control Downloads

---

## Installation

### Package Control
Installation through [package control](http://wbond.net/sublime_packages/package_control) is recommended. It will handle updating your packages as they become available. To install, do the following.

* In the Command Palette, enter `Package Control: Install Package`
* Search for `PUGE` to see the `Pug Extended` Package

### Manual
Clone or copy this repository into the packages directory. You will need to rename the folder to `Pug Extended` if using this method. By default, the Package directory is located at:

* OS X: ~/Library/Application Support/Sublime Text 2/Packages/
* Windows: %APPDATA%/Sublime Text 2/Packages/
* Linux: ~/.config/sublime-text-2/Packages/

or

* OS X: ~/Library/Application Support/Sublime Text 3/Packages/
* Windows: %APPDATA%/Sublime Text 3/Packages/
* Linux: ~/.config/sublime-text-3/Packages/

Depending on your install on windows, the ST packages path may be `%APPDATA%/Sublime Text 2/...`

___

## Usage

### Features

* Front Matter Support
* JSDoc Support

___

## Contributing

### Recommended Packages for Development

* [A File Icon][a-file-icon]
* [AdvancedNewFile][advanced-new-file]
* [AlignTab][align-tab]
* [EditorConfig][editor-config]
* [DotENV][dot-env]
* [PackageDev][package-dev]
* [PackageResourceViewer][package-resource-viewer]
* [SideBarEnhancements][sidebar-enhancements]
* [Terminal][terminal]

### Patrons

> **Note:** at this time my Patreon account is not setup to accept patrons yet

- None at the Moment feel free to donate through Patreon

### Contributors
- Jeremy Bolding ([@thecodechef](https://www.github.com/thecodechef))
- More Contributors Needed feel free to submit a Pull Request

### Donating




Patreon Donation

___

## Licence

MIT License

Copyright (c) 2018 Jeremy Bolding

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

***

[a-file-icon]: https://github.com/ihodev/a-file-icon
[advanced-new-file]: https://github.com/skuroda/Sublime-AdvancedNewFile
[align-tab]: https://github.com/randy3k/AlignTab
[editor-config]: https://github.com/sindresorhus/editorconfig-sublime
[dot-env]: https://github.com/zaynali53/DotENV
[package-dev]: https://github.com/SublimeText/PackageDev
[package-resource-viewer]: https://github.com/skuroda/PackageResourceViewer
[sidebar-enhancements]: https://github.com/SideBarEnhancements-org/SideBarEnhancements
[terminal]: https://github.com/wbond/sublime_terminal