pull/1009/head
Yuta Katayama 11 months ago
parent 8352734476
commit a96f5f5858
No known key found for this signature in database
GPG Key ID: E50AA6AA7A7BD4CA

@ -3,35 +3,35 @@
<!-- toc --> <!-- toc -->
- [Language specific](#language-specific) - [Language specific](#language-specific)
- [Programing Language / Framework](#programing-language--framework) * [Programing Language / Framework](#programing-language--framework)
- [Javascript/Typescript](#javascripttypescript) + [Javascript/Typescript](#javascripttypescript)
- [Toolchain](#toolchain) - [Toolchain](#toolchain)
- [tsc(TypeScript compiler)](#tsctypescript-compiler) * [tsc(TypeScript compiler)](#tsctypescript-compiler)
- [eslint](#eslint) * [eslint](#eslint)
- [Formatter](#formatter) * [Formatter](#formatter)
- [tsserver](#tsserver) * [tsserver](#tsserver)
- [Test](#test) * [Test](#test)
- [yarn](#yarn) * [yarn](#yarn)
- [npm](#npm) * [npm](#npm)
- [pnpm](#pnpm) + [pnpm](#pnpm)
- [HTML](#html) - [HTML](#html)
- [conceal](#conceal) * [conceal](#conceal)
- [live server](#live-server) * [live server](#live-server)
- [CSS](#css) - [CSS](#css)
- [tailwind](#tailwind) * [tailwind](#tailwind)
- [SCSS](#scss) * [SCSS](#scss)
- [Bulma](#bulma) * [Bulma](#bulma)
- [Framework](#framework) - [Framework](#framework)
- [React](#react) * [React](#react)
- [Angular](#angular) * [Angular](#angular)
- [Node.js](#nodejs) * [Node.js](#nodejs)
- [Deno](#deno) * [Deno](#deno)
- [Bun](#bun) * [Bun](#bun)
- [Bootstrap](#bootstrap) * [Bootstrap](#bootstrap)
- [mjml](#mjml) * [mjml](#mjml)
- [Python](#python) + [Python](#python)
- [tweaks](#tweaks) - [tweaks](#tweaks)
- [string](#string) * [string](#string)
- [test](#test) - [test](#test)
- [REPL](#repl) - [REPL](#repl)
- [Debugger](#debugger) - [Debugger](#debugger)
@ -39,76 +39,77 @@
- [venv](#venv) - [venv](#venv)
- [Jupyter](#jupyter) - [Jupyter](#jupyter)
- [Scrapy](#scrapy) - [Scrapy](#scrapy)
- [Ruby](#ruby) + [Ruby](#ruby)
- [Rails](#rails) - [Rails](#rails)
- [Nix](#nix) + [Nix](#nix)
- [PHP](#php) + [PHP](#php)
- [Laravel](#laravel) - [Laravel](#laravel)
- [Lua](#lua) + [Lua](#lua)
- [Stylua](#stylua) - [Stylua](#stylua)
- [LuaFormatter](#luaformatter) - [LuaFormatter](#luaformatter)
- [Luau](#luau) + [Luau](#luau)
- [Rust](#rust) + [Rust](#rust)
- [Go](#go) + [Go](#go)
- [gofmt](#gofmt) - [gofmt](#gofmt)
- [Test](#test-1) - [Test](#test-1)
- [C/C++](#cc) + [C/C++](#cc)
- [Formatter](#formatter-1) - [Formatter](#formatter-1)
- [Cmake](#cmake) - [Cmake](#cmake)
- [Disassemble](#disassemble) - [Disassemble](#disassemble)
- [Zig](#zig) + [Zig](#zig)
- [C#](#c%23) + [C#](#c%23)
- [Java](#java) + [Java](#java)
- [Maven](#maven) - [Maven](#maven)
- [Gradle](#gradle) - [Gradle](#gradle)
- [Spring Boot](#spring-boot) - [Spring Boot](#spring-boot)
- [Kotlin](#kotlin) + [Kotlin](#kotlin)
- [Scala](#scala) + [Scala](#scala)
- [Dart, Flutter](#dart-flutter) + [Dart, Flutter](#dart-flutter)
- [Clojure](#clojure) + [Clojure](#clojure)
- [Elixir](#elixir) + [Elixir](#elixir)
- [Haskell](#haskell) + [Haskell](#haskell)
- [Lisp](#lisp) + [Lisp](#lisp)
- [OCaml](#ocaml) + [OCaml](#ocaml)
- [Shellscript(bash)](#shellscriptbash) + [Shellscript(bash)](#shellscriptbash)
- [Nushell](#nushell) + [Nushell](#nushell)
- [F](#f) + [F](#f)
- [WebC](#webc) + [WebC](#webc)
- [Cairo](#cairo) + [Cairo](#cairo)
- [Agda](#agda) + [Agda](#agda)
- [Monkey](#monkey) + [Monkey](#monkey)
- [GNU APL](#gnu-apl) + [GNU APL](#gnu-apl)
- [Godot](#godot) + [Godot](#godot)
- [Moonscript](#moonscript) + [Moonscript](#moonscript)
- [Kind](#kind) + [Kind](#kind)
- [Cell](#cell) + [Cell](#cell)
- [sylt](#sylt) + [sylt](#sylt)
- [Cyber](#cyber) + [Cyber](#cyber)
- [Tcl/Tk](#tcltk) + [Tcl/Tk](#tcltk)
- [Prolog](#prolog) + [Unison](#unison)
- [Brainfuck](#brainfuck) + [Prolog](#prolog)
- [Configuration File](#configuration-file) + [Brainfuck](#brainfuck)
- [JSON](#json) * [Configuration File](#configuration-file)
- [YAML](#yaml) + [JSON](#json)
- [TOML](#toml) + [YAML](#yaml)
- [dotbox](#dotbox) + [TOML](#toml)
- [CSV](#csv) + [dotbox](#dotbox)
- [Jenkins](#jenkins) + [CSV](#csv)
- [Drools Rule Language](#drools-rule-language) + [Jenkins](#jenkins)
- [Database](#database) + [Drools Rule Language](#drools-rule-language)
- [SQL](#sql) * [Database](#database)
- [PostgreSQL](#postgresql) + [SQL](#sql)
- [MongoDB](#mongodb) + [PostgreSQL](#postgresql)
- [SurrealDB](#surrealdb) + [MongoDB](#mongodb)
- [Protocol](#protocol) + [SurrealDB](#surrealdb)
- [HTTP](#http) * [Protocol](#protocol)
- [REST](#rest) + [HTTP](#http)
- [Protocol buffer](#protocol-buffer) + [REST](#rest)
- [Hurl](#hurl) + [Protocol buffer](#protocol-buffer)
- [Graphql](#graphql) + [Hurl](#hurl)
+ [Graphql](#graphql)
- [Competitive programming](#competitive-programming) - [Competitive programming](#competitive-programming)
- [Technical interviews](#technical-interviews) - [Technical interviews](#technical-interviews)
- [LeetCode](#leetcode) * [LeetCode](#leetcode)
<!-- tocstop --> <!-- tocstop -->
@ -577,6 +578,10 @@
- [nat-418/tcl.nvim](https://github.com/nat-418/tcl.nvim) ![](https://img.shields.io/github/stars/nat-418/tcl.nvim) ![](https://img.shields.io/github/last-commit/nat-418/tcl.nvim) ![](https://img.shields.io/github/commit-activity/y/nat-418/tcl.nvim) - [nat-418/tcl.nvim](https://github.com/nat-418/tcl.nvim) ![](https://img.shields.io/github/stars/nat-418/tcl.nvim) ![](https://img.shields.io/github/last-commit/nat-418/tcl.nvim) ![](https://img.shields.io/github/commit-activity/y/nat-418/tcl.nvim)
### Unison
- [chuwy/ucm.nvim](https://github.com/chuwy/ucm.nvim) ![](https://img.shields.io/github/stars/chuwy/ucm.nvim) ![](https://img.shields.io/github/last-commit/chuwy/ucm.nvim) ![](https://img.shields.io/github/commit-activity/y/chuwy/ucm.nvim)
### Prolog ### Prolog
- [dimchee/ediprolog.nvim](https://github.com/dimchee/ediprolog.nvim) ![](https://img.shields.io/github/stars/dimchee/ediprolog.nvim) ![](https://img.shields.io/github/last-commit/dimchee/ediprolog.nvim) ![](https://img.shields.io/github/commit-activity/y/dimchee/ediprolog.nvim) - [dimchee/ediprolog.nvim](https://github.com/dimchee/ediprolog.nvim) ![](https://img.shields.io/github/stars/dimchee/ediprolog.nvim) ![](https://img.shields.io/github/last-commit/dimchee/ediprolog.nvim) ![](https://img.shields.io/github/commit-activity/y/dimchee/ediprolog.nvim)

Loading…
Cancel
Save