https://github.com/sogaiu/review-janet
https://github.com/sogaiu/review-janet
bidi janet lint review unicode
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sogaiu/review-janet
- Owner: sogaiu
- Created: 2023-05-17T11:55:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T13:12:45.000Z (9 months ago)
- Last Synced: 2025-01-29T14:24:45.035Z (9 months ago)
- Topics: bidi, janet, lint, review, unicode
- Language: Janet
- Homepage:
- Size: 120 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# review-janet (rjan)
Review tool for `.janet` code.
## Status
* Checks whether parameter names are built-in names.
* Checks whether definition names are built-in names.
* Checks whether definition names contain non-ASCII.
* Check for presence of Unicode bidirectional formatting characters.There's not much yet, but it can be used via a couple of editors or
via direct invocation.## Use in Editors
### Emacs
`rjan` can be ("chained") along with `janet -k` in Emacs using
[flycheck-janet](https://github.com/sogaiu/flycheck-janet) and
[flycheck-rjan](https://github.com/sogaiu/flycheck-rjan).### Neovim
`rjan` can be used via
[nvim-lint](https://github.com/mfussenegger/nvim-lint/) along with
`janet -k` in Neovim with a little work.Had some success with something like the following in `init.vim`:
```vimscript
lua <