rust/crates/ide/src/syntax_highlighting
Aleksey Kladov c45221907a Deduplicate highlight tags and symbol kinds
Curiously, LSP uses different enums for those, and unsurprising and
annoyingly, there are things which exist in one but not in the other.

Let's not repeat the mistake and unify the two things
2020-12-18 23:04:26 +03:00
..
test_data Make macro def krate mandatory 2020-12-15 20:33:05 +01:00
format.rs Deduplicate highlight tags and symbol kinds 2020-12-18 23:04:26 +03:00
html.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
injection.rs Simplify 2020-11-06 22:30:58 +01:00
macro_rules.rs Default::default the highlighters 2020-10-14 22:50:26 +02:00
tags.rs Deduplicate highlight tags and symbol kinds 2020-12-18 23:04:26 +03:00
tests.rs Make macro def krate mandatory 2020-12-15 20:33:05 +01:00