awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nvim-treesitter/nvim-treesitter-textobjects

Open-source alternatives to Nvim Treesitter Textobjects

21 open-source projects similar to nvim-treesitter/nvim-treesitter-textobjects, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nvim Treesitter Textobjects alternative.

  • stylishthemes/github-darkAvatar de StylishThemes

    StylishThemes/GitHub-Dark

    9,911Ver en GitHub↗

    GitHub-Dark is a browser extension theme and collection of user style sheets designed to provide a comprehensive dark mode aesthetic for the GitHub interface. It functions by injecting custom style rules directly into the browser to override default website colors, fonts, and layout properties, aiming to improve visual comfort and readability during extended use. The project distinguishes itself through its focus on deep integration and visual consistency. It includes specialized support for syntax highlighting across various programming languages and notebook environments, ensuring that code

    CSSawesomecssdark
    Ver en GitHub↗9,911
  • bibekbhusal0/tree-hierarchy.nvimAvatar de BibekBhusal0

    BibekBhusal0/tree-hierarchy.nvim

    13Ver en GitHub↗

    A Neovim plugin for structural text navigation and editing

    Lua
    Ver en GitHub↗13
  • calops/hmts.nvimAvatar de calops

    calops/hmts.nvim

    96Ver en GitHub↗

    Custom treesitter queries for Home Manager nix files, in Neovim

    Lua
    Ver en GitHub↗96
  • conorhastings/react-syntax-highlighterAvatar de conorhastings

    conorhastings/react-syntax-highlighter

    4,663Ver en GitHub↗

    react-syntax-highlighter is a component for rendering source code with syntax highlighting in React applications. It acts as a wrapper for the PrismJS and Highlight.js engines to provide formatted code display and language-specific colors. The project provides a customizable code block renderer that supports custom DOM injection, line numbering, and inline styling. It allows users to replace default HTML tags with custom React components to control how code is injected into the document object model. The library covers code presentation management through visual themes and line numbering. It

    JavaScript
    Ver en GitHub↗4,663

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • desdic/agrolens.nvimAvatar de desdic

    desdic/agrolens.nvim

    68Ver en GitHub↗

    Use Telescope or fzf to view pre-defined/custom treesitter queries

    Lua
    Ver en GitHub↗68
  • fei6409/log-highlight.nvimAvatar de fei6409

    fei6409/log-highlight.nvim

    166Ver en GitHub↗

    Generic log syntax highlighting and log filetype management for Neovim

    Vim Script
    Ver en GitHub↗166
  • hdoc1509/gh-actions.nvimAvatar de Hdoc1509

    Hdoc1509/gh-actions.nvim

    8Ver en GitHub↗

    Plugin that improves support for Github Actions files in Neovim.

    Lua
    Ver en GitHub↗8
  • indianboy42/tree-sitter-justAvatar de IndianBoy42

    IndianBoy42/tree-sitter-just

    192Ver en GitHub↗

    Treesitter grammar for Justfiles (casey/just)

    Just
    Ver en GitHub↗192
  • isagalaev/highlight.jsAvatar de isagalaev

    isagalaev/highlight.js

    24,937Ver en GitHub↗

    highlight.js is a JavaScript syntax highlighter and client-side code formatter that transforms plain text source code into highlighted HTML for web display. It provides syntax highlighting across a wide variety of programming languages. The library includes an automatic language detector that identifies the programming language of a code block to apply the correct highlighting rules without manual tagging. It is designed for web worker compatibility, allowing the highlighting process to run in background threads to prevent the browser interface from freezing during the processing of large vol

    JavaScript
    Ver en GitHub↗24,937
  • kylechui/nvim-surroundAvatar de kylechui

    kylechui/nvim-surround

    4,228Ver en GitHub↗

    nvim-surround is a Lua-based extension for Neovim designed to add, change, and delete surrounding delimiter pairs around text and code. It functions as a text object manipulator that wraps or removes brackets, quotes, and tags using motions and selections. The plugin integrates with Tree-sitter to identify structural code nodes, allowing for the precise surrounding of syntax elements based on the structural syntax tree. It also supports custom surround definitions, enabling users to define specialized delimiter pairs and aliases. The core capability surface covers basic surrounding operation

    Lua
    Ver en GitHub↗4,228
  • aviaryan/highlighter-ahk-zenburnAvatar de aviaryan

    aviaryan/highlighter-ahk-zenburn

    8Ver en GitHub↗

    Syntax Highlighter for AutoHotkey with Zenburn and Github themes

    CSS
    Ver en GitHub↗8
  • m-demare/hlargs.nvimAvatar de m-demare

    m-demare/hlargs.nvim

    568Ver en GitHub↗

    Highlight arguments' definitions and usages, using Treesitter

    Lua
    Ver en GitHub↗568
  • meanderingprogrammer/treesitter-modules.nvimAvatar de MeanderingProgrammer

    MeanderingProgrammer/treesitter-modules.nvim

    169Ver en GitHub↗

    Original modules from nvim-treesitter master branch

    Lua
    Ver en GitHub↗169
  • nvim-mini/mini.nvimAvatar de nvim-mini

    nvim-mini/mini.nvim

    9,325Ver en GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    Ver en GitHub↗9,325
  • nvim-treesitter/nvim-treesitterAvatar de nvim-treesitter

    nvim-treesitter/nvim-treesitter

    13,970Ver en GitHub↗

    This project provides an integration of Tree-sitter into the Neovim editor to enable structural code analysis. It serves as a framework for structural code navigation, context-aware syntax highlighting, and the management of language-specific parsers. The system distinguishes itself through a multi-language injection handler that identifies and parses embedded languages within a single document. It uses a dedicated parser manager to install, update, and remove grammar definitions and their associated query files. The tool covers several capability areas including incremental text selection,

    Tree-sitter Query
    Ver en GitHub↗13,970
  • prismjs/prismAvatar de PrismJS

    PrismJS/prism

    13,008Ver en GitHub↗

    Prism is a JavaScript syntax highlighter and web-based code formatter. It functions as an extensible syntax engine designed to colorize and format code blocks on web pages, making various programming languages easier to read. The project processes raw code strings into styled HTML elements for use in frontend content rendering, technical documentation, and static site generation. It provides a modular system for adding custom language definitions and highlighting rules to a web-based code viewer.

    JavaScript
    Ver en GitHub↗13,008
  • romus204/tree-sitter-manager.nvimAvatar de romus204

    romus204/tree-sitter-manager.nvim

    730Ver en GitHub↗

    A lightweight Tree-sitter parser manager for Neovim.

    Tree-sitter Query
    Ver en GitHub↗730
  • rrethy/nvim-treesitter-textsubjectsAvatar de RRethy

    RRethy/nvim-treesitter-textsubjects

    567Ver en GitHub↗

    Location and syntax aware text objects which do what you mean

    Tree-sitter Query
    Ver en GitHub↗567
  • sang-it/fluorideAvatar de Sang-it

    Sang-it/fluoride

    54Ver en GitHub↗

    A Neovim plugin that lets you view, reorder, and rename top-level code declarations through a floating window. Powered by Treesitter and LSP.

    Lua
    Ver en GitHub↗54
  • shikijs/shikiAvatar de shikijs

    shikijs/shiki

    12,946Ver en GitHub↗

    Shiki is a syntax highlighting engine that generates color-coded HTML or ANSI output from source code. It functions as a static code highlighter, utilizing standard grammar definitions to parse text and apply accurate visual styling for documentation and terminal displays. The engine distinguishes itself by using a TextMate grammar parser to interpret text patterns, ensuring that code displays match the visual appearance of professional editors. It operates through an isomorphic runtime that supports both browser and server environments, utilizing WebAssembly for consistent execution and pre-

    TypeScriptmarkdownshikisyntax-highlighting
    Ver en GitHub↗12,946
  • lhkipp/nvim-nuAvatar de LhKipp

    LhKipp/nvim-nu

    160Ver en GitHub↗

    Basic editor support for the nushell language

    Lua
    Ver en GitHub↗160