https://github.com/thecodechef/nunjucks_extended
A Extended Version of Sublime Nunjucks Syntax Highlighter
https://github.com/thecodechef/nunjucks_extended
Last synced: 2 months ago
JSON representation
A Extended Version of Sublime Nunjucks Syntax Highlighter
- Host: GitHub
- URL: https://github.com/thecodechef/nunjucks_extended
- Owner: thecodechef
- License: mit
- Created: 2017-02-20T21:16:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T07:05:21.000Z (over 7 years ago)
- Last Synced: 2025-03-13T23:29:44.954Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Nunjucks Extended
======
A Better Nunjucks Syntax Highlighter for Sublime Text
.. image:: https://travis-ci.org/thecodechef/nunjucks_extended.svg?branch=master
:target: https://travis-ci.org/thecodechef/nunjucks_extended
.. image:: https://img.shields.io/github/tag/thecodechef/nunjucks_extended.svg?style=flat-square
:target: https://github.com/thecodechef/nunjucks_extended
.. image:: https://img.shields.io/github/downloads/thecodechef/nunjucks_extended/latest/total.svg?style=flat-square
:target: https://github.com/thecodechef/nunjucks_extended
.. image:: https://img.shields.io/packagecontrol/dt/Nunjucks%20Extended.svg?style=flat-square
:target: https://packagecontrol.io/packages/Nunjucks%20Extended
Table of Contents
-----------------
- Installation_
- Contributing_
- Authors_
- Examples_
.. Installation:
Installation
------------
Package Control:
++++++++++++++++
- Open up Sublime Text
- Press ``shift+ctrl+p`` and type in ``Package Controll:``
- Then Type in ``Install Package`` and Press Enter
- Search for ``Nunjucks Extended`` and Press Enter
- Restart Sublime Text And Enjoy!
Manually:
+++++++++
- Change directories into your Packages Directory
- **Windows** ``$env:appdata\Sublime Text 3\Packages\``
- **Mac** ``~/Library/Application\ Support/Sublime\ Text\ 3/Packages/``
- **Linux** ``cd .config/sublime-text-3/Packages/``
- ``git clone http://github.com/thecodechef/nunjucks_extended.git``
- Restart Sublime Text and Enjoy!
.. Contributing:
Contributing
------------
Adding Features
+++++++++++++++
- First off create a fork of this repo
- then in your terminal type ``cd git clone http://github.com/[your-username]/nunjucks_extended.git [path-to-place-repo]``
- to create a feature branch: ``git checkout -b my-feature-branch``
.. Authors:
Authors
-------
- **Jeremy Bolding**
- Github_
- Twitter_
.. _Github: http://github.com/thecodechef
.. _Twitter: http://twitter.com/thecodechef