https://github.com/yb66/bbedit-awk
BBEdit codeless language module for Awk scripts
https://github.com/yb66/bbedit-awk
awk bbedit editor plist
Last synced: 5 months ago
JSON representation
BBEdit codeless language module for Awk scripts
- Host: GitHub
- URL: https://github.com/yb66/bbedit-awk
- Owner: yb66
- License: apache-2.0
- Created: 2020-04-01T10:22:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T05:53:23.000Z (about 6 years ago)
- Last Synced: 2025-04-03T08:41:11.426Z (about 1 year ago)
- Topics: awk, bbedit, editor, plist
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awk Codeless Language Module for BBEdit
## What does it do?
It provides a bit of syntax highlighting and commenting ability for Awk scripts in [BBEdit](https://www.barebones.com/support/bbedit/), my favourite editor.
## Why?
It's nicer to read and the keywords get highlighted a bit better than the Unix Script language module.
## To use
Pop the plist into "~/Library/Application Support/BBEdit/Language Modules/", either by dropping the file there or, if you'd like to stay up to day with changes git clone, e.g.
git clone https://github.com/yb66/BBEdit-Awk "~/The place I keep git projects/BBEdit-Awk"
Then create a link:
ln "~/The place I keep git projects/BBEdit-Awk/Awk.plist" "~/Library/Application Support/BBEdit/Language Modules/"
In both cases BBEdit will require a restart. Files with the extension `.awk` will automatically be recognised as Awk.
## Licence
See LICENCE.txt
## Contributions welcome!
Anything I've missed or you think could be improved, just let me know.