awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pangloss avatar

pangloss/vim-javascript

0
View on GitHub↗
3,784 stele·350 fork-uri·Vim Script·3 vizualizăriwww.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.

Istoric stele

Graficul istoricului de stele pentru pangloss/vim-javascriptGraficul istoricului de stele pentru pangloss/vim-javascript

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face pangloss/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.

Care sunt principalele funcționalități ale pangloss/vim-javascript?

Principalele funcționalități ale pangloss/vim-javascript sunt: Regex-Based Syntax Highlighting, Vim Plugins, JavaScript Formatters, Indentation Optimization, Indentation Rules, Syntax Highlighting Engines, Indentation Management, Folding Expression Engines.

Care sunt câteva alternative open-source pentru pangloss/vim-javascript?

Alternativele open-source pentru pangloss/vim-javascript includ: rust-lang/rust.vim — rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting,… 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… powershell/psreadline — PSReadLine is a command line editor, completion engine, history manager, and syntax highlighter for the PowerShell…

Alternative open-source pentru Vim Javascript

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Vim Javascript.
  • rust-lang/rust.vimAvatar rust-lang

    rust-lang/rust.vim

    4,165Vezi pe 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
    Vezi pe GitHub↗4,165
  • sheerun/vim-polyglotAvatar sheerun

    sheerun/vim-polyglot

    5,719Vezi pe 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
    Vezi pe GitHub↗5,719
  • lervag/vimtexAvatar lervag

    lervag/vimtex

    6,293Vezi pe 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
    Vezi pe GitHub↗6,293
  • octol/vim-cpp-enhanced-highlightAvatar octol

    octol/vim-cpp-enhanced-highlight

    1,073Vezi pe 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
    Vezi pe GitHub↗1,073
Vezi toate cele 30 alternative pentru Vim Javascript→