Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

hexadecimal floating point numbers #153

Closed
ghost opened this issue Aug 4, 2016 · 1 comment
Closed

hexadecimal floating point numbers #153

ghost opened this issue Aug 4, 2016 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Aug 4, 2016

floating point numbers can be written in hex like
0x7.Ap3
read as (hex)1.2 * 2^3
but it is not recognized as a number in atom such as 0xE5, 10000, 1.5f which are all written in orange

@maxbrunsfeld
Copy link
Contributor

This is fixed via tree-sitter/tree-sitter-c@fd42e75. The fix will go out in Atom 1.38.

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

No branches or pull requests

2 participants