Tags: omdxp/fun
Tags
fix(codegen): emit semicolon for declaration-only function prototypes - Emit ; when a function has no body so generated C declarations are valid - Keep function-definition formatting unchanged - Add regression test to verify declaration-only prototype output - Add guard assertion to reject malformed spacing variant (() ;) Co-authored-by: Copilot <copilot@github.com>
feat: add Fun Web color scheme and enhance syntax highlighting - Introduced a new color scheme for JetBrains IDEs (FunWeb.icls) and updated README for instructions. - Added Fun Web theme for Sublime Text with corresponding color scheme file (FunWeb.sublime-color-scheme) and updated README. - Enhanced Neovim support with instructions for using the Fun Web colorscheme. - Updated Vim syntax highlighting to include custom types and support types. - Added Fun Web colorscheme for Vim (funweb.vim) and updated README. - Implemented Fun Web theme for VS Code with a new color theme file (fun-web-color-theme.json) and updated README. - Enhanced syntax highlighting in the website reference to support custom types and functions. - Updated the website to handle bundled content loading and improved error handling.
PreviousNext