Skip to content

Commit 20167d6

Browse files
authored
add warnon to the list of hash directives (#1416)
1 parent 7bf22be commit 20167d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FsAutoComplete.Core/KeywordList.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module KeywordList =
3636
"else", "Supports conditional compilation"
3737
"endif", "Supports conditional compilation"
3838
"nowarn", "Disables a compiler warning or warnings"
39+
"warnon", "Enables a compiler warning or warnings"
3940
"quit", "exits the interactive session"
4041
"time", "toggles whether to display performance information"
4142
"line", "Indicates the original source code line" ]

0 commit comments

Comments
 (0)