atom / language-c

C support in Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escaped percent sign in floating point format string is marked red

wesinator opened this issue · comments

commented

Prerequisites

Description

An escaped percent sign (\%) in a format string is marked in red as if it is invalid.

Steps to Reproduce

"%2.2f\%\n\n"

image

Expected behavior: Not marked red, treated as literal text.

Actual behavior: Marked red as if the escape is invalid.

Reproduces how often: Always

Versions

0.60.4

Additional Information