Skip to content

skyisle/language-gradle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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