Add language-rust-bundled to packages/README.md

This commit is contained in:
Max Brunsfeld
2018-10-19 10:19:40 -07:00
parent e82629c1b9
commit 7c0f2ef7ad
2 changed files with 2 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ See [RFC 003](https://github.com/atom/atom/blob/master/docs/rfcs/003-consolidate
| **language-python** | [`atom/language-python`][language-python] | |
| **language-ruby** | [`atom/language-ruby`][language-ruby] | |
| **language-ruby-on-rails** | [`atom/language-ruby-on-rails`][language-ruby-on-rails] | |
| **language-rust-bundled** | [`./language-rust-bundled`](./language-rust-bundled) | |
| **language-sass** | [`atom/language-sass`][language-sass] | |
| **language-shellscript** | [`atom/language-shellscript`][language-shellscript] | |
| **language-source** | [`atom/language-source`][language-source] | |

View File

@@ -1,3 +1,3 @@
# language-rust
# language-rust-bundled
This package provides Rust syntax highlighting in Atom based on syntax trees provided by [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust).