language-rust

WebJar for language-rust

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

language-rust
Last Version

Last Version

0.4.12
Release Date

Release Date

Type

Type

jar
Description

Description

language-rust
WebJar for language-rust
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/zargony/atom-language-rust

Download language-rust

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/language-rust/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>language-rust</artifactId>
    <version>0.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/language-rust/
implementation 'org.webjars.npm:language-rust:0.4.12'
// https://jarcasting.com/artifacts/org.webjars.npm/language-rust/
implementation ("org.webjars.npm:language-rust:0.4.12")
'org.webjars.npm:language-rust:jar:0.4.12'
<dependency org="org.webjars.npm" name="language-rust" rev="0.4.12">
  <artifact name="language-rust" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='language-rust', version='0.4.12')
)
libraryDependencies += "org.webjars.npm" % "language-rust" % "0.4.12"
[org.webjars.npm/language-rust "0.4.12"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Rust language support in Atom

Adds syntax highlighting and snippets to Rust files in Atom.

Install

Install the package language-rust in Atom (Preferences->Packages) or Atom's package manager from a shell:

$ apm install language-rust

Bugs

Grammar rules were written from scratch. They seem to work for most cases. However there are most certainly still a few cases that result in wrong syntax highlighting. Feel free to fix it and send a pull request, or open an issue to report it.

Links

  • Rust -- a safe, concurrent, practical language
  • Atom -- a hackable text editor for the 21st Century

Versions

Version
0.4.12