syntax-rust 0.1.0

Provides highlighting for Rust code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.dialect]
version = "0.1"

[dependencies.nom]
version = "5"

[package]
authors = ["Aramis Razzaghipour <aramisnoah@gmail.com>"]
description = "Provides highlighting for Rust code."
documentation = "https://docs.rs/syntax-rust"
edition = "2018"
homepage = "https://github.com/arzg/syntax-rust"
license = "MIT OR Apache-2.0"
name = "syntax-rust"
repository = "https://github.com/arzg/syntax-rust"
version = "0.1.0"