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
- Host: GitHub
- URL: https://github.com/thecodechef/sublime-pug-extended
- Owner: thecodechef
- Created: 2018-07-10T04:48:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T07:03:18.000Z (over 7 years ago)
- Last Synced: 2025-01-20T18:45:31.447Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.github.com/thecodechef/sublime-pug-extended
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pug Extended
> Pug Extended for Sublime Text 3
---
## 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
___
## 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