vscode-fortran icon indicating copy to clipboard operation
vscode-fortran copied to clipboard

Function or subroutine names are not highlighted when called

Open LinyaoZhang opened this issue 7 years ago • 2 comments

Hello,

Function or subroutine names are not highlighted when called. I am wondering is it possible to highlight the names by modifying the syntax file.

Thank you.

LinyaoZhang avatar Jul 18 '18 21:07 LinyaoZhang

Hi, I've just downloaded the plugin and started using it. Indeed I can't see the names of Fortran intrinsic functions/subroutines highlighted. Is it implemented already!? if not, how we could help implementing it?

regards

ghwilliams avatar May 08 '20 19:05 ghwilliams

Let me add a few more things that I can't see highlighted: allocatable, private, kind, DCMPLX, DSQRT

NOTE: Interestingly I have the following function call call CopyVectorR8 (1, Nzb, Dzb, 1, Nzb, dz1) the two letters 'R8' got highlighted!!!

ghwilliams avatar May 08 '20 19:05 ghwilliams