Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/api/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@
"value": "dotenv",
"tag_type": "Other"
},
{
"name": "AsciiDoc",
"value": "asciidoc",
"tag_type": "Other"
},
{
"name": "Ansible",
"value": "ansible",
Expand Down
37 changes: 34 additions & 3 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,37 @@
"demos": null,
"wrapper": null
},
"adocfmt": {
"name": "adocfmt",
"categories": [
"linter",
"formatter"
],
"languages": [
"java"
],
"other": [
"asciidoc",
"writing"
],
"licenses": [
"Apache License 2.0"
],
"types": [
"cli"
],
"homepage": "https://github.com/dheid/adocfmt",
"source": "https://github.com/dheid/adocfmt",
"pricing": null,
"plans": null,
"description": "An opinionated formatter for AsciiDoc documents that normalizes headings, lists, block delimiters, and whitespace. Includes a check mode for CI pipelines. Distributed as a CLI with integrations for pre-commit, GitHub Actions, and the Spotless code-formatting plugin.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"aether": {
"name": "aether",
"categories": [
Expand Down Expand Up @@ -3561,7 +3592,7 @@
"plans": null,
"description": "Static Code Analysis for R.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -12236,7 +12267,7 @@
"plans": null,
"description": "Format markdown code blocks using your favorite code formatters.",
"discussion": null,
"deprecated": null,
"deprecated": false,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -13938,7 +13969,7 @@
"plans": null,
"description": "Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down
3 changes: 3 additions & 0 deletions data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- name: ActionScript
value: actionscript
type: language
- name: AsciiDoc
value: asciidoc
type: other
- name: Active Server Pages
value: asp
type: language
Expand Down
18 changes: 18 additions & 0 deletions data/tools/adocfmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: adocfmt
categories:
- formatter
- linter
tags:
- asciidoc
- java
- writing
license: Apache License 2.0
types:
- cli
source: "https://github.com/dheid/adocfmt"
homepage: "https://dheid.github.io/adocfmt"
description: >-
An opinionated formatter for AsciiDoc documents that normalizes headings,
lists, block delimiters, and whitespace. Includes a check mode for CI
pipelines. Distributed as a CLI with integrations for pre-commit, GitHub
Actions, and the Spotless code-formatting plugin.
Loading