aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorTom Burdick2023-03-25 17:10:54 +0000
committerGitHub2023-03-25 17:10:54 +0000
commit685ae2365a89346ef276dceb52c3cae40260d1fd (patch)
tree216c120044d1b5cb56fa1c0f16a2947f53b78eb9 /book
parent851ac6cdd3c5a865d43968ea81d98b5b7c859728 (diff)
Add vhdl language support (#5826)
Simple highlight query file with keywords and builtin types matching. Many VHDL types however are defined in std libraries which do not currently get matched on. This is because the grammar doesn't consider them builtin types.
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/lang-support.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md
index 3c18956a..524c2adf 100644
--- a/book/src/generated/lang-support.md
+++ b/book/src/generated/lang-support.md
@@ -145,6 +145,7 @@
| v | ✓ | ✓ | ✓ | `v` |
| vala | ✓ | | | `vala-language-server` |
| verilog | ✓ | ✓ | | `svlangserver` |
+| vhdl | ✓ | | | `vhdl_ls` |
| vhs | ✓ | | | |
| vue | ✓ | | | `vls` |
| wast | ✓ | | | |