Skip to content

Commit 82c02d8

Browse files
committed
v1.0.0
Public.
1 parent 36484fa commit 82c02d8

3 files changed

Lines changed: 52 additions & 22 deletions

File tree

AppleScript.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
Copyright Anthony Arblaster 2023
1111
Web: codebyanthony.com
1212
Mastodon: https://mastodonapp.uk/@aarblaster
13-
GitHub: https://github.com/aarblaster
13+
GitHub: https://github.com/aarblaster/bbeditLanguageModules
1414
15+
MIT Licence
1516
Huge thanks to team BBEdit.
1617
-->
1718

BunchLanguage.plist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.1">
44

5-
<!--
5+
<!--
66
BunchLanguage.plist
77
8-
A codeless language to colour some keywords in Bunch files.
9-
10-
Copyright Anthony Arblaster 2023
8+
A way of viewing Bunch files that picks out some of the key words.
9+
Just to make things easier to read.
10+
11+
Copyright Anthony Arblaster 2023
1112
Web: codebyanthony.com
1213
Mastodon: https://mastodonapp.uk/@aarblaster
13-
Github: @aarblaster
14-
15-
Many thanks to the folks at (BBEdit)[https://www.barebones.com]
16-
Many thanks to Bret Terpstra for (Bunch)[https://bunchapp.co]
14+
GitHub: https://github.com/aarblaster/bbeditLanguageModules
1715
18-
BBEdit v14.0.0 <
16+
MIT Licence
17+
Huge thanks to team BBEdit.
18+
Many thanks to Bret Terpstra for [Bunch](https://bunchapp.co)
1919
-->
2020

2121
<dict>

README.md

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,46 @@
11
# bbeditLanguageModules
2-
Custom BBedit Language Modules
32

4-
## Requirements
5-
- BBedit v14.0.0 <
3+
![GitHub release](https://img.shields.io/github/release/aarblaster/bbeditLanguageModules.svg)
4+
![GitHub All Releases](https://img.shields.io/github/downloads/aarblaster/bbeditLanguageModules/total.svg)
5+
![GitHub](https://img.shields.io/github/license/aarblaster/bbeditLanguageModules.svg)
6+
7+
A selection of custom BBedit Language Modules for the excellent [BBEdit](https://www.barebones.com/products/bbedit).
68

79
## About
8-
Some custom language modules for BBedit.
9-
Mostly just to make modifying or viewing files easier.
10-
Modules include:
11-
- BunchLanguage for use with [Bunch.app files](https://bunchapp.co)
10+
Some custom language modules for BBedit. All of which are simple modules without code elements.
11+
Created to make viewing and modifying files easier.
12+
13+
### Modules
14+
The list of modules include:
15+
- `BunchLanguage.plist` for use with [Bunch.app files](https://bunchapp.co)
1216
Makes your editing of Bunch a touch easier to read.
13-
- AppleScript so you can edit those lovely AppleScripts outside of ScriptEditor.
14-
Just because that is nice sometimes.
15-
16-
## Useful Places
17-
- [The BBedit Languages Guide](https://www.barebones.com/support/develop/clm.html)
17+
- `AppleScript.plist` so you can edit those lovely AppleScripts outside of ScriptEditor. Just because that is nice sometimes.
18+
19+
20+
## System Requirements
21+
- BBEdit < v14.0.0
22+
23+
24+
## Installation
25+
1. Simply download the .plist file you are looking for (or all of them) from the [Releases Page](https://github.com/aarblaster/bbeditLanguageModules/releases/).
26+
2. Move the file(s) you want to the BBEdit Language folder. By default this folder can be found at `~/Library/Application Support/BBEdit/Language Modules`.
27+
3. Quit and reopen BBEdit.
28+
29+
## Usage
30+
Once you have completed installation the language should be available to BBEdit. You can make changes anytime you like.
31+
32+
## Contributions
33+
If you have ideas or contributions I'm very interested. I'm really new to coding and making it up as I go, so suggestions are welcome.
34+
If you encounter a problem you can raise and issue using the issue tab on Github.
35+
36+
## Useful Links
37+
- [The BBedit Languages Guide](https://www.barebones.com/support/develop/clm.html)
38+
39+
## Licence
40+
This project licence is:
41+
![GitHub](https://img.shields.io/github/license/aarblaster/bbeditLanguageModules.svg)
42+
The licence is designed to allow you to edit, change and use the software fairly permissively.
43+
44+
## Say Hello
45+
If you find this project useful let me know!
46+
Made with love in London.

0 commit comments

Comments
 (0)