skyisle / language-gradle

Gradle support in Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Gradle support in Atom

Build Status

Adds syntax highlighting and snippets to Groovy files in Atom. Adds syntax highlighting to Gradle files in Atom, with the help of language-groovy.

this package depends on the language-groovypackage/.

Originally converted from the gradle.tmbundle.

Contributions are greatly appreciated. Please fork this repository, open a pull request to add snippets, make grammar tweaks, fix issues, etc.

Installation

apm install language-gradle language-groovy

If apm is not recognized, open Atom, open the Atom menu, and select "Install Shell Commands". Then try running the command again.

Local Development

You can use apm to link the local copy and install the dependencies:

> apm dev language-gradle /path/to/your/cloned/fork

The package will appear in the Development section of Atom's packages. Re-open your window in Development Mode (View->Developer->Open in Dev Mode) and test your changes.

Contributors: ldaley

About

Gradle support in Atom


Languages

Language:JavaScript 100.0%