Pinned Repositories
gtdialog
gtDialog is a cross-platform application for creating interactive dialogs from either the command line or from an application.
lua-quick-reference
Lua Quick Reference Book
lupa
Lupa is a Jinja2 template engine implementation written in Lua and supports Lua syntax within tags and variables.
scinterm
Scinterm is a curses platform for Scintilla that supports ncurses, PDCurses, and X/Open Curses.
scintillua
Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
textadept
Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
textadept-debugger
Language debugging module for Textadept.
textadept-file-diff
Two-way file comparison module for Textadept.
textadept-lsp
Language server protocol client module for Textadept.
textadept-lua-repl
A Textadept module for loading an interactive Lua REPL.
orbitalquark's Repositories
orbitalquark/textadept
Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
orbitalquark/scintillua
Scintillua enables Scintilla lexers to be written in Lua, particularly using LPeg. It can also be used as a standalone Lua library for syntax highlighting support.
orbitalquark/lua-quick-reference
Lua Quick Reference Book
orbitalquark/textadept-lsp
Language server protocol client module for Textadept.
orbitalquark/scinterm
Scinterm is a curses platform for Scintilla that supports ncurses, PDCurses, and X/Open Curses.
orbitalquark/lupa
Lupa is a Jinja2 template engine implementation written in Lua and supports Lua syntax within tags and variables.
orbitalquark/textadept-file-diff
Two-way file comparison module for Textadept.
orbitalquark/textadept-debugger
Language debugging module for Textadept.
orbitalquark/textadept-lua-repl
A Textadept module for loading an interactive Lua REPL.
orbitalquark/.textadept
My ~/.textadept/
orbitalquark/textadept-format
Code formatting module for Textadept.
orbitalquark/textadept-spellcheck
Spell checking module for Textadept.
orbitalquark/textadept-python
Python language module for Textadept.
orbitalquark/textadept-css
CSS language module for Textadept.
orbitalquark/textadept-ctags
Utilize Ctags with Textadept.
orbitalquark/textadept-export
Textadept module for outputting source files into various formats like HTML.
orbitalquark/textadept-open-file-mode
A Textadept module that extends the editor's Command Entry with a mode that can open files relative to the current file or directory. Tab-completion is available.
orbitalquark/lua-std-regex
A simple Lua wrapper around C++11's regex capabilities to implement regex versions of Lua's string library pattern matching routines
orbitalquark/textadept-build
Cache of mostly static build dependencies for Textadept intended for use by [nightly] build actions.
orbitalquark/textadept-go
Go language module for Textadept.
orbitalquark/textadept-html
HTML language module for Textadept.
orbitalquark/textadept-ruby
Ruby language module for Textadept.
orbitalquark/LuaFormatter
Code formatter for Lua
orbitalquark/textadept-scratch
Treat untitled buffers as persistent scratch buffers
orbitalquark/textadept-autoupdate
Module for checking if there is a Textadept update available.
orbitalquark/textadept-ollama
Chat with local Ollama models using Textadept.
orbitalquark/textadept-update-notifier
Module for notifying when there is a Textadept update available.
orbitalquark/graph-cli
Flexible command line tool to create graphs from CSV data
orbitalquark/LDoc
LDoc is a LuaDoc-compatible documentation generator which can also process C extension source. Markdown may be optionally used to render comments, as well as integrated readme documentation and pretty-printed example files.
orbitalquark/scintilla-mirror
Mirror of Scintilla