Open FGHaider opened 6 months ago
Hey @FGHaider , there is a stale f06
branch which you could start from. We'll need to rebase off of the current dev
branch since it's a bit behind. In terms of a reference:
f06.json
file in the syntaxes
folder. vscode
extensions use TextMate Grammars and a lot of regex
to make things work.In addition to syntax highlighting, I also thought it might be nice to add error/warning detection, so that you can see from the explorer immidiately if it contains errors and or warnings. Then use CTRL+SHIFT+M to explore the issues.
I think this is a great idea. Let me know if you need any help... my time is a bit limited right now but I've been adding to this when I can. Also, it's hidden in the CONTRIBUTING.md file but there is also a discord server which I monitor if you want to reach out through there. Link here.
I was contemplating sifting through the NASTRAN-95 repository to see if I can gleam any helpful f06 information but MSC Nastran has probably deviated from it such that it wouldn't be helpful... plus it's Fortran which I do not know 😞
Thank you for then info! I'll use the branch as a starting point and see if I can find some nice place to use as reference (or try to understand Fortran...).
Hi, so I was thinking that I might give it a try, to do the f04, f06 syntax highlighting, but I am a bit unsure where to look for a reference, could you point me in the correct direction?
In addition to syntax highlighting, I also thought it might be nice to add error/warning detection, so that you can see from the explorer immidiately if it contains errors and or warnings. Then use CTRL+SHIFT+M to explore the issues.