Nevensky / SublimeFortran

Fortran syntax highlighting for Sublime Text 3
47 stars 30 forks source link

Incorrect highlighting of type conversion (dcmplx not highlighted, real highlighted in wrong colour) #44

Open Nevensky opened 2 years ago

Nevensky commented 2 years ago

Not all type conversion functions are highlighted correctly

Not highlighted at all: dcmplx

Wrong: real (has the same color as type declarations, instead this is a distinct function, and should be the same colour as any other function)

Correct: cmplx dble aimag