You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the whole syntax and indent files need to be revisited. They are from the ancient era, so they have some performance problems which can be solved today, and they also don't support the newest syntax of today's F#.
I think now is the best time to do this, since F# 8 has just been released with a lot of syntax changes.
I'm wondering if we can somehow import the syntax and indent configurations from Ionide-VSCode, so that we can avoid maintaining two versions of those files.
Describe the bug
The closing brace of a newly entered braces pair is idented wrongly after it is put on its own line.
To Reproduce
Press enter between braces so that the closing brace is placed alone on a line.
Expected behaviour
Closing brace is put at same indentation as opening brace
Screenshots
vim_indent_record.mp4
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: