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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to meanderingprogrammer/treesitter-modules.nvim

Open-source alternatives to Treesitter Modules.nvim

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

  • stylishthemes/github-darkAvatar von StylishThemes

    StylishThemes/GitHub-Dark

    9,911Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,911
  • bibekbhusal0/tree-hierarchy.nvimAvatar von BibekBhusal0

    BibekBhusal0/tree-hierarchy.nvim

    13Auf GitHub ansehen↗

    A Neovim plugin for structural text navigation and editing

    Lua
    Auf GitHub ansehen↗13
  • calops/hmts.nvimAvatar von calops

    calops/hmts.nvim

    96Auf GitHub ansehen↗

    Custom treesitter queries for Home Manager nix files, in Neovim

    Lua
    Auf GitHub ansehen↗96
  • conorhastings/react-syntax-highlighterAvatar von conorhastings

    conorhastings/react-syntax-highlighter

    4,663Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,663

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

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

    desdic/agrolens.nvim

    68Auf GitHub ansehen↗

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

    Lua
    Auf GitHub ansehen↗68
  • fei6409/log-highlight.nvimAvatar von fei6409

    fei6409/log-highlight.nvim

    166Auf GitHub ansehen↗

    Generic log syntax highlighting and log filetype management for Neovim

    Vim Script
    Auf GitHub ansehen↗166
  • hdoc1509/gh-actions.nvimAvatar von Hdoc1509

    Hdoc1509/gh-actions.nvim

    8Auf GitHub ansehen↗

    Plugin that improves support for Github Actions files in Neovim.

    Lua
    Auf GitHub ansehen↗8
  • indianboy42/tree-sitter-justAvatar von IndianBoy42

    IndianBoy42/tree-sitter-just

    192Auf GitHub ansehen↗

    Treesitter grammar for Justfiles (casey/just)

    Just
    Auf GitHub ansehen↗192
  • isagalaev/highlight.jsAvatar von isagalaev

    isagalaev/highlight.js

    24,937Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,937
  • kylechui/nvim-surroundAvatar von kylechui

    kylechui/nvim-surround

    4,228Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,228
  • aviaryan/highlighter-ahk-zenburnAvatar von aviaryan

    aviaryan/highlighter-ahk-zenburn

    8Auf GitHub ansehen↗

    Syntax Highlighter for AutoHotkey with Zenburn and Github themes

    CSS
    Auf GitHub ansehen↗8
  • m-demare/hlargs.nvimAvatar von m-demare

    m-demare/hlargs.nvim

    568Auf GitHub ansehen↗

    Highlight arguments' definitions and usages, using Treesitter

    Lua
    Auf GitHub ansehen↗568
  • nvim-mini/mini.nvimAvatar von nvim-mini

    nvim-mini/mini.nvim

    9,325Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,325
  • nvim-treesitter/nvim-treesitterAvatar von nvim-treesitter

    nvim-treesitter/nvim-treesitter

    13,970Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,970
  • nvim-treesitter/nvim-treesitter-textobjectsAvatar von nvim-treesitter

    nvim-treesitter/nvim-treesitter-textobjects

    2,783Auf GitHub ansehen↗
    Tree-sitter Queryhacktoberfestluaneovim
    Auf GitHub ansehen↗2,783
  • prismjs/prismAvatar von PrismJS

    PrismJS/prism

    13,008Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,008
  • romus204/tree-sitter-manager.nvimAvatar von romus204

    romus204/tree-sitter-manager.nvim

    730Auf GitHub ansehen↗

    A lightweight Tree-sitter parser manager for Neovim.

    Tree-sitter Query
    Auf GitHub ansehen↗730
  • rrethy/nvim-treesitter-textsubjectsAvatar von RRethy

    RRethy/nvim-treesitter-textsubjects

    567Auf GitHub ansehen↗

    Location and syntax aware text objects which do what you mean

    Tree-sitter Query
    Auf GitHub ansehen↗567
  • sang-it/fluorideAvatar von Sang-it

    Sang-it/fluoride

    54Auf GitHub ansehen↗

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

    Lua
    Auf GitHub ansehen↗54
  • shikijs/shikiAvatar von shikijs

    shikijs/shiki

    12,946Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,946
  • lhkipp/nvim-nuAvatar von LhKipp

    LhKipp/nvim-nu

    160Auf GitHub ansehen↗

    Basic editor support for the nushell language

    Lua
    Auf GitHub ansehen↗160