add more info for currently supported features
This commit is contained in:
parent
cb91908848
commit
949ede76ca
12
README.md
12
README.md
|
@ -9,3 +9,15 @@ a language server for [Cadence SKILL](https://en.wikipedia.org/wiki/Cadence_SKIL
|
||||||
### Variable completion
|
### Variable completion
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
variables assigned to using the infix `=` operator can be completed anywhere
|
||||||
|
|
||||||
|
#### Custom docstrings
|
||||||
|
|
||||||
|
```lisp
|
||||||
|
;;; this is a custom docstring supported for variable definitions
|
||||||
|
variable = "some content"
|
||||||
|
```
|
||||||
|
|
||||||
|
this allows for the docstring to show during completion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue