rust/crates/ra_syntax/src
Aleksey Kladov f9d9e0a1f7 several highlighting cleanups
* make stuff more type-safe by using `BindPat` instead of just `Pat`
* don't add `mut` into binding hash
* reset shadow counter when we enter a function
2019-07-19 16:09:32 +03:00
..
algo migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
ast migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
parsing migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
validation migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
algo.rs migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
ast.rs migrate ra_assists to the new AST 2019-07-19 13:16:25 +03:00
fuzz.rs migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
grammar.ron fix: box_pattern 2019-06-19 14:28:50 +08:00
lib.rs migrate ra_hir to the new rowan 2019-07-19 13:16:25 +03:00
parsing.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
ptr.rs several highlighting cleanups 2019-07-19 16:09:32 +03:00
syntax_error.rs allow rustfmt to reorder imports 2019-07-04 23:09:09 +03:00
syntax_node.rs migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
syntax_text.rs migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00
validation.rs migrate ra_syntax to the new rowan API 2019-07-19 13:16:24 +03:00