A NeoVim plugin for BoxLang has been released, providing ground-up syntax highlighting built specifically for BoxLang's modern feature set rather than adapted from CFML files. The plugin supports two syntax modes: BoxLang Script (.bx, .bxs) for classes and business logic, and BoxLang Templates (.bxm) for markup-based views. Key features include recognition of 200+ built-in functions, BoxLang-specific operators (bitwise, safe navigation, elvis), HTML integration in templates, expression interpolation highlighting, and code folding. Installation is supported via lazy.nvim, vim-plug, Vundle, or manual setup. Future plans include LSP integration, a snippet library, DAP debugger support, and TreeSitter-based semantic highlighting.

7m read timeFrom foojay.io
Post cover image
Table of contents
Why a Dedicated BoxLang Plugin?Why a Dedicated BoxLang Plugin?Dual-Syntax Architecture2. BoxLang Templates ( .bxm )Feature HighlightsInstallationFile Extension DetectionCustomizationAdvanced ConfigurationWhat's Next?Community & SupportTry BoxLang TodayConclusion
9.3K Impressions