mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 14:55:24 +00:00
Update nimsuggest.nim
This commit is contained in:
@@ -119,7 +119,7 @@ const
|
||||
"type 'terse' to toggle terse mode on/off"
|
||||
#List of currently supported capabilities. So lang servers/ides can iterate over and check for what's enabled
|
||||
Capabilities = [
|
||||
"con" #current NimSuggest supports the `con` commmand,
|
||||
"con", #current NimSuggest supports the `con` commmand
|
||||
"unknownFile", #current NimSuggest can handle unknown files
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user