Skip to content

Commit bd8a574

Browse files
committed
Add the AsciiDoc formatter adocfmt
1 parent 4996eff commit bd8a574

4 files changed

Lines changed: 60 additions & 3 deletions

File tree

data/api/tags.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,11 @@
352352
"value": "dotenv",
353353
"tag_type": "Other"
354354
},
355+
{
356+
"name": "AsciiDoc",
357+
"value": "asciidoc",
358+
"tag_type": "Other"
359+
},
355360
{
356361
"name": "Ansible",
357362
"value": "ansible",

data/api/tools.json

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,37 @@
111111
"demos": null,
112112
"wrapper": null
113113
},
114+
"adocfmt": {
115+
"name": "adocfmt",
116+
"categories": [
117+
"linter",
118+
"formatter"
119+
],
120+
"languages": [
121+
"java"
122+
],
123+
"other": [
124+
"asciidoc",
125+
"writing"
126+
],
127+
"licenses": [
128+
"Apache License 2.0"
129+
],
130+
"types": [
131+
"cli"
132+
],
133+
"homepage": "https://github.com/dheid/adocfmt",
134+
"source": "https://github.com/dheid/adocfmt",
135+
"pricing": null,
136+
"plans": null,
137+
"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.",
138+
"discussion": null,
139+
"deprecated": null,
140+
"resources": null,
141+
"reviews": null,
142+
"demos": null,
143+
"wrapper": null
144+
},
114145
"aether": {
115146
"name": "aether",
116147
"categories": [
@@ -3561,7 +3592,7 @@
35613592
"plans": null,
35623593
"description": "Static Code Analysis for R.",
35633594
"discussion": null,
3564-
"deprecated": null,
3595+
"deprecated": true,
35653596
"resources": null,
35663597
"reviews": null,
35673598
"demos": null,
@@ -12236,7 +12267,7 @@
1223612267
"plans": null,
1223712268
"description": "Format markdown code blocks using your favorite code formatters.",
1223812269
"discussion": null,
12239-
"deprecated": null,
12270+
"deprecated": false,
1224012271
"resources": null,
1224112272
"reviews": null,
1224212273
"demos": null,
@@ -13938,7 +13969,7 @@
1393813969
"plans": null,
1393913970
"description": "Facebook's tools for code analysis, visualizations, or style-preserving source transformation for many languages.",
1394013971
"discussion": null,
13941-
"deprecated": null,
13972+
"deprecated": true,
1394213973
"resources": null,
1394313974
"reviews": null,
1394413975
"demos": null,

data/tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
- name: ActionScript
1111
value: actionscript
1212
type: language
13+
- name: AsciiDoc
14+
value: asciidoc
15+
type: other
1316
- name: Active Server Pages
1417
value: asp
1518
type: language

data/tools/adocfmt.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: adocfmt
2+
categories:
3+
- formatter
4+
- linter
5+
tags:
6+
- asciidoc
7+
- java
8+
- writing
9+
license: Apache License 2.0
10+
types:
11+
- cli
12+
source: "https://github.com/dheid/adocfmt"
13+
homepage: "https://dheid.github.io/adocfmt"
14+
description: >-
15+
An opinionated formatter for AsciiDoc documents that normalizes headings,
16+
lists, block delimiters, and whitespace. Includes a check mode for CI
17+
pipelines. Distributed as a CLI with integrations for pre-commit, GitHub
18+
Actions, and the Spotless code-formatting plugin.

0 commit comments

Comments
 (0)