Jaggeryjs
Snippet and syntax highlighting for jaggeryjs
Details
Installs
- Total 429
- Win 243
- Mac 106
- Linux 80
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Jaggeryjs SublimeText Package
This is a Sublime Text package to help with Jaggeryjs.
Overview
Jaggery is a framework to write webapps and HTTP-focused web services for all aspects of the application: front-end, communication, Server-side logic and persistence in pure Javascript. One of the intents of this framework is to reduce the gap between writing web apps and web services. Jaggery is open-source and released under Apache 2.0.
Package Includes
- Syntax highlighting
- Snippets
- Code Completion
- jaggery.conf generation
Installation
With Package Control
If you have the Package Control package installed, you can install jaggeryjs package from inside Sublime Text itself. Open the Command Palette(ctrl+shift+p
or ⌘+shift+p
) and select “Package Control: Install Package”, then search for Jaggeryjs .
Without Package Control
If you haven't got Package Control installed you will need to make a clone of this repository into your packages folder, like so:
git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs
For Linux:
$ cd ~/.config/sublime-text-2/Packages/
$ git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs
For OSX
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs
For Windows
$ cd %APPDATA%/Sublime Text 2/Packages/
$ git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs
Snippets Short Codes
jagHTML5
: HTML5 page template for Jaggery.jag
: escaping characters for Jaggery.jagprint
: escaping characters for print out server-side data.jagconf
: configuration file specifies the application specific configurations.jagXMLHTTP
: functionality of server side XML HTTP communication.jagDB
: Database Object used to connect to a relational database.jagSender
: Add-on object allows users to send out email from their apps.jagOauth
: Add-on OAuthProvider api act as an oauth client for accessing resources protected by OAuth.jagOauthRequest
: Add-on OAuthRequest snippets.jagProcess
: Add-on allows to access to externally defined properties and environment variables.jagi18n
: Add-on provides the ability to internationalize text in webapps.
Screenshot
If you find error or whatever just fork it and send me a pull request.