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

pangloss/vim-javascript

0
View on GitHub↗
3,784 stars·350 forks·Vim Script·17 viewswww.vim.org/scripts/script.php?script_id=4452↗

Vim Javascript

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 the source file.

The plugin includes a logic engine for syntax-based code folding and an automated indentation tool that calculates line offsets based on JavaScript grammar rules. It also employs a regex-based syntax highlighting engine to apply color-coded styles to different logic elements and documentation.

Features

  • Regex-Based Syntax Highlighting - Employs regex-based syntax highlighting to apply color-coded styles to JavaScript logic elements.
  • Vim Plugins - Provides a comprehensive set of syntax highlighting, indentation, and folding extensions for the Vim editor.
  • JavaScript Formatters - Provides automated alignment of JavaScript code blocks to maintain consistent formatting.
  • Indentation Optimization - Adjusts the automatic alignment of JavaScript code blocks to follow structural rules.
  • Indentation Rules - Automatically adjusts line spacing and indentation based on JavaScript syntax rules.
  • Syntax Highlighting Engines - Ships a regex-based engine that parses source code into tokens for semantic colorization.
  • Indentation Management - Implements an automated system for detecting and applying JavaScript-specific indentation rules within the editor.
  • Folding Expression Engines - Provides the underlying expression logic to identify collapsible code regions using delimiter matching.
  • Indentation Engines - Ships an indentation engine that calculates line offsets based on language-specific structural rules.
  • JavaScript Highlighters - Applies specialized syntax highlighting for JavaScript code elements to improve readability.
  • Concealment Mappings - Implements concealment mappings to replace character sequences with symbols in the display layer.
  • Visual Clutter Reduction - Reduces visual clutter by replacing common keywords and sequences with symbols in the display layer.
  • Delimiter Scanning - Implements delimiter scanning to identify collapsible code regions within the document structure.
  • Display Concealment - Provides display concealment by replacing specific character sequences with shorthand symbols to reduce visual noise.
  • Code Folding - Allows hiding or revealing sections of logic based on syntax structure to aid navigation.
  • Editor Event Hooks - Uses editor event hooks to execute procedural scripts that modify buffer behavior in real-time.
  • Character Concealment - Customizes the display layer by replacing keywords and sequences with symbols to reduce visual noise.
  • Code Syntax Highlighting - Provides visual formatting of source code using colors and styles based on JavaScript syntax rules.
  • Editor Workflow Enhancements - Enhances the editor to provide specialized support for JavaScript development workflows.

Star history

Star history chart for pangloss/vim-javascriptStar history chart for pangloss/vim-javascript

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Vim Javascript

Similar open-source projects, ranked by how many features they share with Vim Javascript.
  • 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
  • maxmellon/vim-jsx-prettyMaxMEllon avatar

    MaxMEllon/vim-jsx-pretty

    968View on GitHub↗

    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 l

    Vim scriptjsxjsx-syntaxreact-syntax
    View on GitHub↗968
  • sheerun/vim-polyglotsheerun avatar

    sheerun/vim-polyglot

    5,719View on GitHub↗

    vim-polyglot is a multi-language Vim plugin that provides a comprehensive bundle of syntax highlighting, automated indentation management, and filetype detection for a wide variety of programming and configuration languages. It serves as a single installation to streamline the development environment by providing integrated support for numerous languages. The project functions as a language support bundle that combines syntax highlighting packs with an indentation manager. It uses both extension-based filetype detection and pattern-based language identification to apply the correct visual for

    Vim Script
    View on GitHub↗5,719
  • lervag/vimtexlervag avatar

    lervag/vimtex

    6,293View on GitHub↗

    VimTeX is an integrated development environment for authoring and compiling LaTeX documents within Vim and Neovim. It functions as a comprehensive suite for technical document authoring, combining the roles of a syntax highlighter, document navigator, and autocompletion engine. The plugin distinguishes itself through a coordinated workflow that manages asynchronous compilation and bidirectional synchronization with external PDF viewers. This allows users to jump between specific source locations and their rendered pages while maintaining a responsive editor interface during document productio

    TeX
    View on GitHub↗6,293
See all 30 alternatives to Vim Javascript→

Frequently asked questions

What does pangloss/vim-javascript do?

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.

What are the main features of pangloss/vim-javascript?

The main features of pangloss/vim-javascript are: Regex-Based Syntax Highlighting, Vim Plugins, JavaScript Formatters, Indentation Optimization, Indentation Rules, Syntax Highlighting Engines, Indentation Management, Folding Expression Engines.

What are some open-source alternatives to pangloss/vim-javascript?

Open-source alternatives to pangloss/vim-javascript include: rust-lang/rust.vim — rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting,… maxmellon/vim-jsx-pretty — Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code… sheerun/vim-polyglot — vim-polyglot is a multi-language Vim plugin that provides a comprehensive bundle of syntax highlighting, automated… lervag/vimtex — VimTeX is an integrated development environment for authoring and compiling LaTeX documents within Vim and Neovim. It… octol/vim-cpp-enhanced-highlight — This project is a syntax highlighting plugin for the Vim text editor that provides advanced color coding for modern… hjlebbink/asm-dude — asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It…