awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesCode Highlighting

Libraries for syntax highlighting and code presentation.

Explore 7 awesome GitHub repositories matching part of an awesome list · Code Highlighting. Refine with filters or upvote what's useful.

Awesome Code Highlighting GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nvim-treesitter/nvim-treesitternvim-treesitter का अवतार

    nvim-treesitter/nvim-treesitter

    13,970GitHub पर देखें↗

    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,

    Provides context-aware coloring of source code based on the actual grammar of the language.

    Tree-sitter Query
    GitHub पर देखें↗13,970
  • shuding/nextrashuding का अवतार

    shuding/nextra

    13,842GitHub पर देखें↗

    Nextra is a documentation framework for Next.js that functions as an MDX static site generator. It enables the creation of structured technical documentation sites by transforming MDX files into themed static pages with built-in layout and navigation. It serves as a React-based documentation tool that allows the integration of custom React components directly into markdown content. The framework distinguishes itself through integrated full-text search and a localization system that manages multilingual content via language routing and translation selectors. It also includes an AI-powered chat

    Implements build-time syntax highlighting for code blocks, supporting custom grammars and ANSI escape codes.

    TypeScriptmarkdownmdxnextjs
    GitHub पर देखें↗13,842
  • vanessa219/vditorVanessa219 का अवतार

    Vanessa219/vditor

    11,074GitHub पर देखें↗

    Vditor is a browser-based Markdown editor and rendering engine that supports multiple editing interfaces, including a visual rich-text experience, instant rendering, and a traditional side-by-side split-view preview. It serves as an authoring tool for technical documentation and a component for web-based editor integration. The project is distinguished by its support for complex technical content, utilizing specialized rendering for mathematical formulas, flowcharts, sequence diagrams, and mind maps. It also functions as a collaborative document review tool, enabling users to attach anchored

    Applies syntax highlighting and line numbering to code segments for improved readability.

    TypeScriptcommonmarkeditorgfm
    GitHub पर देखें↗11,074
  • sindresorhus/github-markdown-csssindresorhus का अवतार

    sindresorhus/github-markdown-css

    8,891GitHub पर देखें↗

    The minimal amount of CSS to replicate the GitHub Markdown style

    Pairs with a syntax highlighter to reproduce code block appearance inside styled Markdown.

    CSS
    GitHub पर देखें↗8,891
  • jneen/rougejneen का अवतार

    jneen/rouge

    3,443GitHub पर देखें↗

    A pure Ruby code highlighter that is compatible with Pygments

    Pure implementation of a syntax highlighter.

    Ruby
    GitHub पर देखें↗3,443
  • rubychan/coderayrubychan का अवतार

    rubychan/coderay

    867GitHub पर देखें↗

    Fast and easy syntax highlighting for selected languages, written in Ruby.

    Fast syntax highlighting for various programming languages.

    Ruby
    GitHub पर देखें↗867
  • tmm1/pygments.rbtmm1 का अवतार

    tmm1/pygments.rb

    580GitHub पर देखें↗

    💎 Ruby wrapper for Pygments syntax highlighter

    Wrapper for a popular syntax highlighting engine.

    Ruby
    GitHub पर देखें↗580
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Highlighting

सब-टैग एक्सप्लोर करें

  • Syntax Highlighting Compatible StylesheetsCSS stylesheets designed to pair with syntax highlighters for reproducing code block appearance. **Distinct from Code Highlighting:** Distinct from Code Highlighting: focuses on providing CSS styling that integrates with external syntax highlighters, not the highlighting logic itself.