Nginx syntax support in Atom
Adds syntax highlighting and snippet support to Nginx configuration files. Ported from textmate/nginx for Atom.
How to use
Give Nginx configuration files the extension .conf or .nginx
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdatom-language-nginx |
| Last Version | Last Version0.6.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionatom-language-nginx
WebJar for atom-language-nginx
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| atom-language-nginx-0.6.1.pom | |
| atom-language-nginx-0.6.1.jar | 6 KB |
| atom-language-nginx-0.6.1-sources.jar | 22 bytes |
| atom-language-nginx-0.6.1-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/atom-language-nginx/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>atom-language-nginx</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/atom-language-nginx/
implementation 'org.webjars.npm:atom-language-nginx:0.6.1'
// https://jarcasting.com/artifacts/org.webjars.npm/atom-language-nginx/
implementation ("org.webjars.npm:atom-language-nginx:0.6.1")
'org.webjars.npm:atom-language-nginx:jar:0.6.1'
<dependency org="org.webjars.npm" name="atom-language-nginx" rev="0.6.1">
<artifact name="atom-language-nginx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='atom-language-nginx', version='0.6.1')
)
libraryDependencies += "org.webjars.npm" % "atom-language-nginx" % "0.6.1"
[org.webjars.npm/atom-language-nginx "0.6.1"]
Adds syntax highlighting and snippet support to Nginx configuration files. Ported from textmate/nginx for Atom.
Give Nginx configuration files the extension .conf or .nginx