Skip to content

Syntax highlighting improvement for digits #253

Closed
@PixxxeL

Description

@PixxxeL

For example in this code someDigit = .1 syntax highlighting is breaks. Think that there need to edit as \b\d*(?:(\.)\d*(?:e[-+]?\d+)?|(?:e[-+]?\d+))\b because float may be without leading zero before dot.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @PixxxeL@deathaxe

        Issue actions

          Syntax highlighting improvement for digits · Issue #253 · SublimeText/CoffeeScript