[vscode] Fix client_end highlighting.

Previously, client_end only highlighted properly if angle brackets were
used unconditionally. So `client_end:<Foo>` and `client_end:<Foo,
optional>` would highlight correctly, but `client_end:Foo` would break
syntax highlighting until a matching `<Foo>` or `<Foo, optional>` was
found.

Change-Id: I74caadf0fd25c87048c5f91f60b52d084860019c
Reviewed-on: https://fuchsia-review.googlesource.com/c/fidl-misc/+/771242
Reviewed-by: Alex Zaslavsky <azaslavsky@google.com>
3 files changed
tree: a5380606dcbfcf17b821e1dcd11efad3062592bf
  1. fidl-lsp/
  2. fidldev/
  3. fidlviz/
  4. mu-fidl/
  5. vscode-language-fidl/
  6. .gitignore
  7. .vscodeignore
  8. AUTHORS
  9. CONTRIBUTING.md
  10. LICENSE
  11. PATENTS
  12. README.md
README.md

Fuchsia Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Fuchsia.