Skip to content

Conversation

@tpolecat
Copy link
Contributor

This seems to fix the followig Fira Code trigraph ligatures:

  • ->> (used by shapeless records)
  • >>= (scalaz/cats flatMap alias)
  • === (scalaz/cats sane equality)

There are no obvious ill effects, but I don't really know what I'm doing.

image

}
{
'match': '(==?|!=|<=|>=|<>|<|>)'
'match': '\\b(=|==|===|!=|<=|>=|<>|<|>)\\b'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be safe I would reorder this like \\b(===|==|=|other stuff.

@tpolecat
Copy link
Contributor Author

done

@laughedelic
Copy link

@50Wliu can you merge it?

@winstliu
Copy link
Contributor

winstliu commented Aug 3, 2017

My apologies, I must have missed this.

@winstliu winstliu merged commit f3f5d58 into atom-community:master Aug 3, 2017
@gangstead
Copy link
Contributor

published in language-scala@v1.1.9

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants