ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Jaggeryjs

by dakshika ALL

Snippet and syntax highlighting for jaggeryjs

Details

  • 2015.10.07.08.51.15
  • github.​com
  • github.​com
  • 9 years ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 426
  • Win 240
  • Mac 106
  • Linux 80
Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5
Windows 0 0 2 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
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 2 0 1 1 1
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 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


Alt text

If you find error or whatever just fork it and send me a pull request.