Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'of' inside identifier is marked as keyword #69

Closed
Maxpxt opened this issue May 31, 2018 · 1 comment
Closed

'of' inside identifier is marked as keyword #69

Maxpxt opened this issue May 31, 2018 · 1 comment

Comments

@Maxpxt
Copy link

Maxpxt commented May 31, 2018

Syntax Colorization Failure

ionide-color-bug

// Wrong colorization of 'of'
let aofb = ()
aofb
let ofb = ()
ofb
let aof = ()
aof

// Expected colorization
let bla = ()
bla

System Details

  • OS: Windows 10
  • VSCode 1.23.1
  • Installed Extension: Ionide-fsharp 3.21.0
@MangelMaxime
Copy link
Contributor

Fixed in #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants