Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.32 KB

atom-language-rust

apm ci

An Atom package that provides Rust language grammar to facilitate semantic syntax highlighting for a better code writing experience.

Notice

Atom 1.33 bundles a new code parsing system for Rust which no longer relies on TextMate-like grammar definitions. It also addresses shortcomings with grammar scopes that cannot be easily defined because they are contextually sensitive.

As such, I recommend disabling the atom-language-rust package in favour for the enhanced syntax highlighting capabilities that this new parser provides. However, the grammar this package provides could still be useful to other text editors which use such a format. I will endeavour to keep it updated for any noteworthy changes in the Rust language so long as they would not require a complete rewrite of the existing grammar.

Thank you to everyone who has supported this package.