hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

semicolon and syntax-highlightning in if-else #161

Closed AlKa93 closed 4 years ago

AlKa93 commented 4 years ago

There seems to be a highlightning issue with the semi-colon notation. Both lines are valid fortran.

screenshot

hansec commented 4 years ago

Hi @AlKa93, the language server does not provide syntax highlighting. You should report this bug to the "base" Fortran language package for your editor. For example, Modern Fortran or fortran for VSCode.