bors[bot] b95b77f92f
Merge #4034
4034: Add semantic tag for unresolved references r=matklad a=matklad

This is a quick way to implement unresolved reference diagnostics.
For example, adding to VS Code config

    "editor.tokenColorCustomizationsExperimental": {
        "unresolvedReference": "#FF0000"
    },

will highlight all unresolved refs in red.

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-04-18 19:29:17 +00:00
..
2020-04-14 13:57:02 -04:00
2020-04-18 17:56:54 +00:00
2020-04-19 02:45:17 +08:00
2020-04-17 04:08:01 +08:00
2020-04-10 20:46:42 +02:00
2020-04-10 00:17:32 +08:00
2020-04-10 20:46:42 +02:00