awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MaxMEllon avatar

MaxMEllon/vim-jsx-pretty

0
View on GitHub↗
968 星标·37 分支·Vim script·MIT·5 次浏览

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 历史

maxmellon/vim-jsx-pretty 的 Star 历史图表maxmellon/vim-jsx-pretty 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Vim Jsx Pretty 的精选搜索

收录 Vim Jsx Pretty 的精选合集。
  • Text editor plugins

Vim Jsx Pretty 的开源替代方案

相似的开源项目,按与 Vim Jsx Pretty 的功能重合度排序。
  • pangloss/vim-javascriptpangloss 的头像

    pangloss/vim-javascript

    3,784在 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
    在 GitHub 上查看↗3,784
  • xolox/vim-easytagsxolox 的头像

    xolox/vim-easytags

    1,005在 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
    在 GitHub 上查看↗1,005
  • rust-lang/rust.vimrust-lang 的头像

    rust-lang/rust.vim

    4,165在 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
    在 GitHub 上查看↗4,165
  • octol/vim-cpp-enhanced-highlightoctol 的头像

    octol/vim-cpp-enhanced-highlight

    1,073在 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
    在 GitHub 上查看↗1,073
查看 Vim Jsx Pretty 的所有 30 个替代方案→

常见问题解答

maxmellon/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.

maxmellon/vim-jsx-pretty 的主要功能有哪些?

maxmellon/vim-jsx-pretty 的主要功能包括:Code Syntax Highlighting, Vim Plugins, Indentation Engines, Tree-Sitter Parsers, Embedded Language Detection, TypeScript Linting Plugins, Vim Syntax Highlighters, TSX Highlighting。

maxmellon/vim-jsx-pretty 有哪些开源替代品?

maxmellon/vim-jsx-pretty 的开源替代品包括: 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…