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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sang-it/fluoride

Open-source alternatives to Fluoride

21 open-source projects similar to sang-it/fluoride, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Fluoride alternative.

  • stylishthemes/github-darkStylishThemes avatar

    StylishThemes/GitHub-Dark

    9,911View on 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
    View on GitHub↗9,911
  • bibekbhusal0/tree-hierarchy.nvimBibekBhusal0 avatar

    BibekBhusal0/tree-hierarchy.nvim

    13View on GitHub↗

    A Neovim plugin for structural text navigation and editing

    Lua
    View on GitHub↗13
  • calops/hmts.nvimcalops avatar

    calops/hmts.nvim

    96View on GitHub↗

    Custom treesitter queries for Home Manager nix files, in Neovim

    Lua
    View on GitHub↗96
  • conorhastings/react-syntax-highlighterconorhastings avatar

    conorhastings/react-syntax-highlighter

    4,663View on 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
    View on GitHub↗4,663

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • desdic/agrolens.nvimdesdic avatar

    desdic/agrolens.nvim

    68View on GitHub↗

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

    Lua
    View on GitHub↗68
  • fei6409/log-highlight.nvimfei6409 avatar

    fei6409/log-highlight.nvim

    166View on GitHub↗

    Generic log syntax highlighting and log filetype management for Neovim

    Vim Script
    View on GitHub↗166
  • hdoc1509/gh-actions.nvimHdoc1509 avatar

    Hdoc1509/gh-actions.nvim

    8View on GitHub↗

    Plugin that improves support for Github Actions files in Neovim.

    Lua
    View on GitHub↗8
  • indianboy42/tree-sitter-justIndianBoy42 avatar

    IndianBoy42/tree-sitter-just

    192View on GitHub↗

    Treesitter grammar for Justfiles (casey/just)

    Just
    View on GitHub↗192
  • isagalaev/highlight.jsisagalaev avatar

    isagalaev/highlight.js

    24,937View on 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
    View on GitHub↗24,937
  • kylechui/nvim-surroundkylechui avatar

    kylechui/nvim-surround

    4,228View on 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
    View on GitHub↗4,228
  • aviaryan/highlighter-ahk-zenburnaviaryan avatar

    aviaryan/highlighter-ahk-zenburn

    8View on GitHub↗

    Syntax Highlighter for AutoHotkey with Zenburn and Github themes

    CSS
    View on GitHub↗8
  • m-demare/hlargs.nvimm-demare avatar

    m-demare/hlargs.nvim

    568View on GitHub↗

    Highlight arguments' definitions and usages, using Treesitter

    Lua
    View on GitHub↗568
  • meanderingprogrammer/treesitter-modules.nvimMeanderingProgrammer avatar

    MeanderingProgrammer/treesitter-modules.nvim

    169View on GitHub↗

    Original modules from nvim-treesitter master branch

    Lua
    View on GitHub↗169
  • nvim-mini/mini.nvimnvim-mini avatar

    nvim-mini/mini.nvim

    9,325View on 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
    View on GitHub↗9,325
  • nvim-treesitter/nvim-treesitternvim-treesitter avatar

    nvim-treesitter/nvim-treesitter

    13,970View on 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
    View on GitHub↗13,970
  • nvim-treesitter/nvim-treesitter-textobjectsnvim-treesitter avatar

    nvim-treesitter/nvim-treesitter-textobjects

    2,783View on GitHub↗
    Tree-sitter Queryhacktoberfestluaneovim
    View on GitHub↗2,783
  • prismjs/prismPrismJS avatar

    PrismJS/prism

    13,008View on 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
    View on GitHub↗13,008
  • romus204/tree-sitter-manager.nvimromus204 avatar

    romus204/tree-sitter-manager.nvim

    730View on GitHub↗

    A lightweight Tree-sitter parser manager for Neovim.

    Tree-sitter Query
    View on GitHub↗730
  • rrethy/nvim-treesitter-textsubjectsRRethy avatar

    RRethy/nvim-treesitter-textsubjects

    567View on GitHub↗

    Location and syntax aware text objects which do what you mean

    Tree-sitter Query
    View on GitHub↗567
  • shikijs/shikishikijs avatar

    shikijs/shiki

    12,946View on 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
    View on GitHub↗12,946
  • lhkipp/nvim-nuLhKipp avatar

    LhKipp/nvim-nu

    160View on GitHub↗

    Basic editor support for the nushell language

    Lua
    View on GitHub↗160