OpenACC tree-sitter parser

47 · Fortran Lang Discourse · July 10, 2026, 2:23 p.m.
Summary
The blog post discusses an experimental tree-sitter parser for OpenACC directives designed to enhance syntax highlighting in Neovim. It highlights the decision to develop an external parser instead of modifying tree-sitter-fortran to allow for syntax highlighting across different languages via injections. The author references discussions from related GitHub repositories.