vscode-fortran
vscode-fortran copied to clipboard
Function or subroutine names are not highlighted when called
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.
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
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!!!