Files
rust/crates
Aleksey Kladov ca61356b01 Add semantic tag for unresolved references
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.
2020-04-18 21:28:51 +02:00
..
2020-03-31 09:02:12 -04:00
2020-02-18 16:12:40 +02:00
2020-03-26 17:09:32 +00:00
2020-04-14 13:57:02 -04:00
2020-04-18 17:56:54 +00: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