Nunjucks
A Sublime Text package for Nunjucks templating engine.
Install / Use
/learn @alsolovyev/NunjucksREADME
Nunjucks
A Sublime Text package for Nunjucks templating engine.
Features
- enhanced syntax highlighting
- autocompletions for built in tags, filters, functions
- additional snippets
- additional keybindings
- smart indentations
Installation
Via package control (recommended):
- open command palette
- select
Package Control: Install Packages - search for
Nunjucks
Via GitHub repository:
- open command palette
- select
Package Control: Add Repository - paste
https://github.com/alsolovyev/Nunjucksinto the field that opens and press enter - open command palette
- select
Package Control: Install Packages - search for
Nunjucks
* to update the package Package Control: Upgrade Package select Nunjucks
Manually download sublime-package file:
- download sublime-package file: Nunjucks.sublime-package
- move it into your Sublime Text Installed Packages directory
- Windows:
%APPDATA%\Sublime Text 3\Installed Packages - OS X:
~/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages - Linux:
~/.config/sublime-text-3/Installed Packages
- Windows:
Manually download repository:
- clone repository
- extract it into your Sublime Text Packages directory
- Windows:
%APPDATA%\Sublime Text 3\Packages - OS X:
~/Library/Application\ Support/Sublime\ Text\ 3/Packages - Linux:
~/.config/sublime-text-3/Packages
- Windows:
Documentation
Syntaxes
- Nunjucks - HTML basic
- Nunjucks PHP - with PHP syntax support
Filters
You can create your own filters or use one of the built-in:
abs- Return the absolute value of the argumentbatch- Return a list of lists with the given number of itemscapitalize- Make the first letter uppercasecenter- Center the value in a field of a given widthdefault- Return default if value is undefineddictsort- Sort a dict and yield (key, value) pairsdump- Call JSON.stringify on an object and dump the result into the templateescape- Convert the characters &, <, >, ‘, and ” in strings to HTML-safe sequencesfirst- Get the first item in an array or the first letter if it's a stringfloat- Convert a value into a floating point numberforceescape- Enforce HTML escapinggroupby- Group a sequence of objects by a common attributeindent- Indent a string using spacesint- Convert the value into an integerjoin- Return a string which is the concatenation of the strings in a sequencelast- Get the last item in an array or the last letter if it's a stringlength- Return the length of an array or string, or the number of keys in an objectlist- Convert the value into a listlower- Convert string to all lower casenl2br- Replace new lines with<br />HTML elementsrandom- Select a random value from an arrayreject- Filters a sequence of objects by applying a test to each object, and rejecting the objects with the test succeedingrejectattr- Filter a sequence of objects by applying a test to the specified attribute of each object, and rejecting the objects with the test succeedingreplace- Replace one item with anotherreverse- Reverse a stringround- Round a numbersafe- Mark the value as safeselect- Filters a sequence of objects by applying a test to each object, and only selecting the objects with the test succeedingselectattr- Filter a sequence of objects by applying a test to the specified attribute of each object, and only selecting the objects with the test succeedingslice- Slice an iterator and return a list of lists containing those itemssort- Sortarrwith JavaScript'sarr.sortfunctionstring- Convert an object to a stringstriptags- Strip SGML/XML tags and replace adjacent whitespace by one spacesum- Output the sum of items in the arraytitle- Make the first letter of the string uppercasetrim- Strip leading and trailing whitespacetruncate- Return a truncated copy of the stringupper- Convert the string to upper caseurlencode- Escape strings for use in URLs, using UTF-8 encodingurlize- Convert URLs in plain text into clickable linkswordcount- Count and output the number of words in a string
Global Functions
range- Iterates over a fixed set of numberscycler- Rotates through several valuesjoiner- Combines multiple items except for the first time
Snippets
{- Curly braces for variables%- Braces for codebl- Define a section in a templatecb- BEGIN-END comment blockcl- Call a macro with all the text inside the tagco- Braces for commentsext- "Extends" another templatefl- Custom filters templatefor- For loopfr- Import specific values from a templatefras- Import specific values from a template and bind to a variable- [
if](https://github.com/alsolovyev/Nunjucks/blob/master/Snippets/if.subl
Related Skills
node-connect
341.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.4kCommit, push, and open a PR
Security Score
Audited on Mar 1, 2026

