linter-gcc icon indicating copy to clipboard operation
linter-gcc copied to clipboard

string variables not highlighted

Open Dario-Rosa85 opened this issue 4 years ago • 0 comments

Checklist

  • [x] Check that you have the GNU C Compiler installed by typing gcc --version into a terminal.
  • [x] If you don't have the linter package installed, either update to the latest version of linter-gcc or install linter directly with apm install linter.
  • [x] Ensure that you are using a valid grammar - either C/C++/C++14
  • [x] Ensure that you have read all the relevant information in the wiki, particularly the Common Issues page.

Issue (including debugging messages):

if I declare a int or float variable, the syntax highlight the type specification with a purple color. The same does not happen for a string variable. I attach a screenshot of a simple example.

Screenshot 2020-07-18 22 46 05

Dario-Rosa85 avatar Jul 18 '20 13:07 Dario-Rosa85