Skip to content

fix fira code trigraphs #52

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

Merged
merged 2 commits into from
Aug 3, 2017
Merged

fix fira code trigraphs #52

merged 2 commits into from
Aug 3, 2017

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

'name': 'keyword.operator.scala'
}
{
'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 [email protected]

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