All Projects → miqh → atom-language-rust

miqh / atom-language-rust

Licence: MIT license
Rust language grammar support for Atom.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to atom-language-rust

juicy-syntax
🎨 A syntax theme for atom text editor
Stars: ✭ 21 (+61.54%)
Mutual labels:  atom-syntax
sprinkles-syntax
A sprinkled dark syntax theme with vibrant pops of colors.
Stars: ✭ 20 (+53.85%)
Mutual labels:  atom-syntax
craft-twig
Craft CMS Package for Atom
Stars: ✭ 17 (+30.77%)
Mutual labels:  atom-syntax
soft-era-atom-syntax
🌸 soft era for Atom ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 24 (+84.62%)
Mutual labels:  atom-syntax

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].