Skip to content

Commit

Permalink
add missing keyword list and extra information (#1226)
Browse files Browse the repository at this point in the history
* add missing keyword list and extra information

* description adjustment

* remove paket as not in use

Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>

---------

Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
  • Loading branch information
jkone27 and baronfel committed Feb 18, 2024
1 parent de453f7 commit 6f3c1d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/FsAutoComplete.Core/KeywordList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ module KeywordList =
|> dict

let hashDirectives =
[ "r", "References an assembly"
"load", "Reads a source file, compiles it, and runs it."
[ "r", "References an assembly or a nuget: package"
"load", "References a source .fsx script or .fs file, by compiling and running it."
"I", "Specifies an assembly search path in quotation marks."
"light", "Enables or disables lightweight syntax, for compatibility with other versions of ML"
"if", "Supports conditional compilation"
"else", "Supports conditional compilation"
"endif", "Supports conditional compilation"
"nowarn", "Disables a compiler warning or warnings"
"quit", "exits the interactive session"
"time", "toggles whether to display performance information"
"line", "Indicates the original source code line" ]
|> dict

Expand Down

0 comments on commit 6f3c1d3

Please sign in to comment.