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-28 12:27:54 +01:00
2020-04-06 17:00:18 +02:00
2020-03-26 03:29:45 +08:00
2020-03-26 03:29:45 +08:00
2020-04-09 23:42:01 +02:00
2020-04-06 17:21:33 +03:00
2020-04-10 17:07:09 +02:00
2020-04-10 16:10:28 +02:00