Highlight all related tokens in macro inputs

This commit is contained in:
Lukas Wirth 2021-08-28 21:37:27 +02:00
parent c5059e0623
commit 512135920d
3 changed files with 99 additions and 27 deletions

View file

@ -17,7 +17,7 @@ use syntax::{
use crate::RootDatabase;
// FIXME: a more precise name would probably be `Symbol`?
#[derive(Debug, PartialEq, Eq, Copy, Clone)]
#[derive(Debug, PartialEq, Eq, Copy, Clone, Hash)]
pub enum Definition {
Macro(MacroDef),
Field(Field),