Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nverno/strace
Major mode for strace
https://github.com/nverno/strace
emacs strace system-programming
Last synced: about 2 months ago
JSON representation
Major mode for strace
- Host: GitHub
- URL: https://github.com/nverno/strace
- Owner: nverno
- License: gpl-3.0
- Created: 2019-03-06T13:51:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T18:08:48.000Z (about 1 year ago)
- Last Synced: 2023-10-22T19:22:42.122Z (about 1 year ago)
- Topics: emacs, strace, system-programming
- Language: Emacs Lisp
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Major mode for strace
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
There are two modes defined, one using tree-sitter and one without. They provide
font-locking and a couple commands for alignment and help at point.The tree-sitter mode requires the grammar to be installed from
https://github.com/sigmaSd/tree-sitter-strace.Example using `strace-ts-mode`
![example](doc/strace.png)