awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comKategorienBlog
pangloss avatar

pangloss/vim-javascript

0
View on GitHub↗
www.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.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

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.
3,784 Stars·350 Forks·Vim Script·1 Aufruf

Star-Verlauf

Star-Verlauf für pangloss/vim-javascriptStar-Verlauf für pangloss/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,… 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… powershell/psreadline — PSReadLine is a command line editor, completion engine, history manager, and syntax highlighter for the PowerShell… hjlebbink/asm-dude — asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It… sublimehq/packages — This repository contains a collection of extensions and configurations for a text editor plugin ecosystem. It provides…

Open-Source-Alternativen zu Vim Javascript

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Vim Javascript.
  • rust-lang/rust.vimAvatar von rust-lang

    rust-lang/rust.vim

    4,165Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,165
  • sheerun/vim-polyglotAvatar von sheerun

    sheerun/vim-polyglot

    5,719Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,719
  • lervag/vimtexAvatar von lervag

    lervag/vimtex

    6,293Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,293
  • hjlebbink/asm-dudeAvatar von HJLebbink

    HJLebbink/asm-dude

    4,178Auf GitHub ansehen↗

    asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It provides syntax highlighting, code completion, and mnemonic references for both source and disassembly windows. The plugin features a mnemonic reference tool that displays pop-up descriptions and parameter signatures for assembly instructions. These references are managed via configurable data files, allowing for customized instruction entries and descriptions. The extension integrates with the editor to provide context-aware tooltips and keyword completion during typing. It also em

    C#assemblerassemblyassembly-language-programming
    Auf GitHub ansehen↗4,178
  • Alle 30 Alternativen zu Vim Javascript anzeigen→