1 Repo
Visual styling components for text editors implemented using the Lua scripting language.
Distinct from Lua: Focuses on the implementation of a highlighter using Lua, not the general Lua language or administrative interfaces.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Highlighter Implementations. Refine with filters or upvote what's useful.
todo-comments.nvim is a Neovim plugin and codebase task navigator that highlights and manages task keywords within code comments. It functions as a Lua-based highlighter and workflow extension that aggregates pending work and notes from source code into a searchable project list. The plugin provides visual tracking of task comments using custom syntax highlighting and allows for jumping between these markers within a file. It enables project-wide task management by searching for tagged comments across multiple files to organize a development roadmap.
Implements a Lua-based system for mapping specific comment patterns to distinct visual styles.