Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Nov 15, 2024
1 parent 767e13a commit 20c12f6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ A ktfmt IntelliJ plugin is available from the plugin repository. To install it,

- [lualint](https://github.com/philips/lualint) — lualint performs luac-based static analysis of global variable usage in Lua source code.

- [Luanalysis](https://plugins.jetbrains.com/plugin/14698-luanalysis) — An IDE for statically typed Lua development.
- [Luanalysis](https://plugins.jetbrains.com/plugin/14698-luanalysis) :warning: — An IDE for statically typed Lua development.


<a name="matlab" />
Expand Down Expand Up @@ -2034,6 +2034,8 @@ but with the following improvements:

- [mdl](https://github.com/mivok/markdownlint) — A tool to check Markdown files and flag style issues.

- [mdsf](https://github.com/hougesen/mdsf) — Format markdown code blocks using your favorite code formatters.

- [remark-lint](https://remark.js.org) — Pluggable Markdown code style linter written in JavaScript.

- [textlint](https://textlint.github.io/) — textlint is an open source text linting utility written in JavaScript.
Expand Down
29 changes: 28 additions & 1 deletion data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11078,7 +11078,7 @@
"plans": null,
"description": "An IDE for statically typed Lua development.",
"discussion": null,
"deprecated": null,
"deprecated": true,
"resources": null,
"reviews": null,
"demos": null,
Expand Down Expand Up @@ -11357,6 +11357,33 @@
"demos": null,
"wrapper": null
},
"mdsf": {
"name": "mdsf",
"categories": [
"formatter"
],
"languages": [],
"other": [
"markdown"
],
"licenses": [
"MIT License"
],
"types": [
"cli"
],
"homepage": "https://github.com/hougesen/mdsf",
"source": "https://github.com/hougesen/mdsf",
"pricing": null,
"plans": null,
"description": "Format markdown code blocks using your favorite code formatters.",
"discussion": null,
"deprecated": null,
"resources": null,
"reviews": null,
"demos": null,
"wrapper": null
},
"mega-linter": {
"name": "Mega-Linter",
"categories": [
Expand Down

0 comments on commit 20c12f6

Please sign in to comment.