Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix sementic highlight: parent_kind for Var
If the parent_kind isn't found in the first loop (def.spell is never valid), then take the parent_kind of var.anyDef(). Especially this should allow parent_kind of static variable to be forwarded to the client and determine if this is a member/field or not
- Loading branch information