Skip to content

Commit bbffa1d

Browse files
authored
Add preferred_case option to README
Added preferred_case option for completions in README.
1 parent ccafb9b commit bbffa1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ If nothing is specified, 2008 is used.
156156
```toml
157157
# What standard to use. This is optional and defaults to VHDL2008.
158158
standard = "2008"
159+
# The preferred case for completions.
160+
preferred_case = "lower"
159161
# File names are either absolute or relative to the parent folder of the vhdl_ls.toml file
160162
[libraries]
161163
lib2.files = [

0 commit comments

Comments
 (0)