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
MaxMEllon avatar

MaxMEllon/vim-jsx-pretty

0
View on GitHub↗
968 stars·37 forks·Vim script·MIT·17 views

Vim Jsx Pretty

Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code elements within the Vim editor. It operates as a TypeScript JSX language plugin, rendering colorized programming constructs and nested markup hierarchies legibly inside source files.

The extension applies syntax coloring and smart spacing rules to markup structures through embedded language syntax regions and structural grammar integrations. It supports formatting for tagged template strings by applying rules directly to embedded markup structures inside designated template literals.

Features

  • Code Syntax Highlighting - Applies syntax coloring and indentation rules to markup structures within source files for easier readability.
  • Vim Plugins - Provides text editor extensions for rendering colorized programming constructs and nested markup hierarchies legibly inside Vim.
  • Indentation Engines - Calculates smart indentation rules based on syntax tree analysis of hierarchical code nodes.
  • Tree-Sitter Parsers - Parses syntax trees by embedding language-specific grammar definitions to map structural code patterns directly onto highlight groups.
  • Embedded Language Detection - Delegates text parsing of nested markup blocks inside host language files to specialized internal parser modules.
  • TypeScript Linting Plugins - Operates as a TypeScript language plugin handling embedded markup structures within JavaScript and TypeScript source files.
  • Vim Syntax Highlighters - Provides syntax highlighting and indentation rules for JSX and TSX code elements inside the Vim editor.
  • TSX Highlighting - Adds accurate syntax coloring and indentation support for TypeScript React markup files in your editor.
  • JSX Syntaxes - Sets up clean syntax coloring and visual hierarchy for JSX elements inside source code files.
  • Regex-Based Syntax Highlighting - Applies pattern matching rules through standard text editor script definitions to colorize specific token types dynamically.
  • Text Editor Configurations - Enhances text editor capabilities with custom syntax rules and visual formatting for modern frontend development languages.
  • Syntax Plugins - Renders colorized programming constructs and nested markup hierarchies legibly as an editor extension.
  • Tagged Template Literals - Applies syntax highlighting and formatting rules directly to embedded markup structures inside designated template literals.

Star history

Star history chart for maxmellon/vim-jsx-prettyStar history chart for maxmellon/vim-jsx-pretty

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Vim Jsx Pretty

These projects share indexed features with Vim Jsx Pretty. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pangloss/vim-javascriptpangloss avatar

    pangloss/vim-javascript

    3,784View on GitHub↗

    vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting, indentation rules, and code folding definitions specifically for JavaScript files. It functions as a set of implementation modules that extend the editor's native capabilities to improve the readability and structural management of the language. The project features a display layer customizer that utilizes character concealment to replace specific keywords and sequences with shorthand symbols. This reduces visual noise and increases code density without altering the actual content of t

    Vim Script
    View on GitHub↗3,784
  • xolox/vim-easytagsxolox avatar

    xolox/vim-easytags

    1,005View on GitHub↗

    Vim-easytags is a text editor extension that automates source code index generation, code navigation, and dynamic syntax highlighting for development workflows within Vim. It functions as a tag management plugin that scans source files in the background to build symbol index files automatically using external generators. The extension applies dynamic token coloring across various programming languages using loaded symbol definition files, and links generated symbol groups to default color themes or overrides individual styles per language. Performance on large symbol files is improved by dele

    VimL
    View on GitHub↗1,005
  • rust-lang/rust.vimrust-lang avatar

    rust-lang/rust.vim

    4,165View on GitHub↗

    rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting, indentation management, and tooling configurations to improve the readability and structural understanding of Rust source code. The plugin enables targeted test execution for specific functions and provides integration with an online playground for code experimentation and sharing. It further covers capabilities for code formatting, static error detection, and symbol navigation for browsing source structures and jumping between definitions. Configuration is managed through Vi

    Vim Script
    View on GitHub↗4,165
  • octol/vim-cpp-enhanced-highlightoctol avatar

    octol/vim-cpp-enhanced-highlight

    1,073View on GitHub↗

    This project is a syntax highlighting plugin for the Vim text editor that provides advanced color coding for modern C++ language standards. It functions as a set of configuration files that extend the editor's native grammar to improve code readability and navigation. The plugin distinguishes between standard library components, modern language features, and user-defined code structures. By applying unique visual formatting to classes, functions, and variables, it assists in identifying language elements and understanding source code logic. The extension utilizes regex-based pattern matching

    Vim script
    View on GitHub↗1,073
Compare all 30 related projects→

Curated searches featuring Vim Jsx Pretty

Hand-picked collections where Vim Jsx Pretty appears.
  • Text editor plugins

Frequently asked questions

What does maxmellon/vim-jsx-pretty do?

Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code elements within the Vim editor. It operates as a TypeScript JSX language plugin, rendering colorized programming constructs and nested markup hierarchies legibly inside source files.

What are the main features of maxmellon/vim-jsx-pretty?

The main features of maxmellon/vim-jsx-pretty are: Code Syntax Highlighting, Vim Plugins, Indentation Engines, Tree-Sitter Parsers, Embedded Language Detection, TypeScript Linting Plugins, Vim Syntax Highlighters, TSX Highlighting.

Which projects share features with maxmellon/vim-jsx-pretty?

Projects with overlapping indexed features include: pangloss/vim-javascript — vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting,… xolox/vim-easytags — Vim-easytags is a text editor extension that automates source code index generation, code navigation, and dynamic… rust-lang/rust.vim — rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting,… octol/vim-cpp-enhanced-highlight — This project is a syntax highlighting plugin for the Vim text editor that provides advanced color coding for modern… tpope/vim-rails — vim-rails is a set of editor enhancements for navigating, testing, and managing Ruby on Rails applications within Vim.… andymass/vim-matchup — Vim-matchup is a plugin for the Vim and Neovim text editors that provides advanced structural code navigation and…