JavaScript Syntax

Open-source JavaScript projects categorized as Syntax

Top 19 JavaScript Syntax Projects

  • starry-night

    Syntax highlighting, like GitHub

  • Project mention: Astro Markdoc: Readable, Declarative MDX Alternative | dev.to | 2023-11-15

    See starry-night docs for more details on how it works. Some interesting points to note in the starry-night setup here are:

  • visual-studio-code

    An arctic, north-bluish clean and elegant Visual Studio Code theme.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • lowlight

    Virtual syntax highlighting for virtual DOMs and non-HTML things

  • refractor

    Lightweight, robust, elegant virtual syntax highlighting using Prism

  • sugar-high

    ✏️ Super lightweight JSX syntax highlighter, around 1KB after minified and gzipped

  • verticalize

    A pipe-like function to verticalize your JavaScript code

  • Project mention: Show HN: A JavaScript function that looks and behaves like a pipe operator | /r/patient_hackernews | 2023-09-29
  • metho

    A new method for methods

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • astq

    Abstract Syntax Tree (AST) Query Engine

  • notepadplusplus

    An arctic, north-bluish clean and elegant Notepad++ theme.

  • postcss-less

    PostCSS Syntax for parsing LESS

  • tree-sitter-sql

    SQL syntax highlighting for tree-sitter (by m-novikov)

  • Project mention: Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit | /r/emacs | 2023-05-19

    (use-package treesit :ensure nil :custom ;; Some stuff taken from here: https://robbmann.io/posts/emacs-treesit-auto/ (treesit-extra-load-path '("/usr/lib64/")) (treesit-language-source-alist '((bash . ("https://github.com/tree-sitter/tree-sitter-bash")) (c . ("https://github.com/tree-sitter/tree-sitter-c")) (c++ . ("https://github.com/tree-sitter/tree-sitter-cpp")) (csharp . ("https://github.com/tree-sitter/tree-sitter-c-sharp")) (css . ("https://github.com/tree-sitter/tree-sitter-css")) (elixir ("https://github.com/elixir-lang/tree-sitter-elixir")) (html . ("https://github.com/tree-sitter/tree-sitter-html")) (java . ("https://github.com/tree-sitter/tree-sitter-java")) (javascript . ("https://github.com/tree-sitter/tree-sitter-javascript")) (json . ("https://github.com/tree-sitter/tree-sitter-json")) (lua . ("https://github.com/Azganoth/tree-sitter-lua")) (makefile . ("https://github.com/alemuller/tree-sitter-make")) (org . ("https://github.com/milisims/tree-sitter-org")) (python . ("https://github.com/tree-sitter/tree-sitter-python")) (tsx . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")) (typescript . ("https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src")) (ruby . ("https://github.com/tree-sitter/tree-sitter-ruby")) (rust . ("https://github.com/tree-sitter/tree-sitter-rust")) (sql . ("https://github.com/m-novikov/tree-sitter-sql")) (toml . ("https://github.com/tree-sitter/tree-sitter-toml")) (yaml . ("https://github.com/ikatyang/tree-sitter-yaml")))) (major-mode-remap-alist '((c-mode . c-ts-mode) (c++-mode . c++-ts-mode) (csharp-mode . csharp-ts-mode) (css-mode . css-ts-mode) (html-mode . html-ts-mode) (java-mode . java-ts-mode) (js-mode . js-ts-mode) (json-mode . json-ts-mode) (makefile-mode . makefile-ts-mode) ;; (org-mode . org-ts-mode) ;; not mature yet (python-mode . python-ts-mode) (typescript-mode . typescript-ts-mode) (ruby-mode . ruby-ts-mode) (rust-mode . rust-ts-mode) (toml-mode . toml-ts-mode) (yaml-mode . yaml-ts-mode))) (treesit-auto-fallback-alist '((toml-ts-mode . conf-toml-mode) (typescript-ts-mode . nil) (tsx-ts-mode . nil))) (treesit-font-lock-settings t) (treesit-simple-indent t) (treesit-defun-type-regexp t)) (use-package treesit-auto :demand t :config (setq treesit-auto-install t) (global-treesit-auto-mode))

  • remark-highlight.js

    Legacy plugin to highlight code blocks with highlight.js — please use `rehype-highlight` instead

  • postcss-syntax

    Automatically switch PostCSS syntax based on file extensions

  • langua

    A suite of language tools

  • parsejevko.js

    [DEPRECATED] Deprecated in favor of https://github.com/jevko/jevko.js

  • doku.js

    A Simple Text/Document Viewer written in JS

  • markup-experiments

    A collection of experiments with Jevko and text markup.

  • binary-experiments

    Experiments with various binary formats based on Jevko.

  • queryjevko.js

    Functions to convert between complex values and a human-readable format which fits into URL query strings.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Syntax related posts

  • Jevko: a minimal general-purpose syntax

    30 projects | news.ycombinator.com | 25 Oct 2022
  • Syntax Design

    9 projects | news.ycombinator.com | 18 Oct 2022
  • Navigate ASTs with x-path-like queries

    2 projects | news.ycombinator.com | 30 Jun 2022
  • Navigate ASTs with x-path-like queries

    1 project | /r/javascript | 30 Jun 2022
  • Navigate ASTs with x-path-like queries

    1 project | /r/ProgrammingLanguages | 30 Jun 2022
  • Using the PostCSS plugin Let your WebApp support dark mode

    3 projects | dev.to | 17 Sep 2021
  • A note from our sponsor - SurveyJS
    surveyjs.io | 7 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source Syntax projects in JavaScript? This list will help you:

Project Stars
1 starry-night 1,336
2 visual-studio-code 1,071
3 lowlight 680
4 refractor 668
5 sugar-high 470
6 verticalize 302
7 metho 221
8 astq 196
9 notepadplusplus 131
10 postcss-less 121
11 tree-sitter-sql 103
12 remark-highlight.js 69
13 postcss-syntax 43
14 langua 35
15 parsejevko.js 6
16 doku.js 4
17 markup-experiments 1
18 binary-experiments 0
19 queryjevko.js 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com