Skip to content

Commit a0ee0bb

Browse files
authored
Create README.md
1 parent 32f7139 commit a0ee0bb

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# ASTRA Syntax Highlighting for IntelliJ and TextMate
2+
3+
The `astra.tmbundle` provides syntax highlighting for ASTRA in editors that
4+
support TextMate bundles, such as IntelliJ and TextMate. This is an
5+
automated build generated from the original [ASTRA VSCode
6+
plugin](https://gitlab.com/astra-language/vscode-language-astra).
7+
8+
## Download
9+
10+
The latest version of the `astra.tmbundle` can be downloaded from the
11+
[Releases](https://github.com/mxschll/textmate-grammar-astra/releases) section
12+
of this GitHub repository.
13+
14+
- **Download Link**:
15+
[astra.tmbundle.zip](https://github.com/mxschll/textmate-grammar-astra/releases/latest/download/astra.tmbundle.zip)
16+
17+
## Installation Instructions
18+
19+
### IntelliJ IDEA
20+
21+
1. **Download the Bundle**
22+
23+
- Download the `astra.tmbundle.zip` from the
24+
[Releases](https://github.com/mxschll/textmate-grammar-astra/releases)
25+
page.
26+
- Extract the `astra.tmbundle` folder from the zip file.
27+
28+
2. **Install the Bundle in IntelliJ IDEA**
29+
30+
- Open IntelliJ IDEA.
31+
- Go to `File` > `Settings` (or `IntelliJ IDEA` > `Preferences` on macOS).
32+
- Navigate to `Editor` > `TextMate Bundles`.
33+
- Click the **`+`** button to add a new bundle.
34+
- Select the extracted `astra.tmbundle` directory.
35+
- Click `Apply` and `OK` to save the changes.
36+
37+
### TextMate
38+
39+
1. **Download the Bundle**
40+
41+
- Download the `astra.tmbundle.zip` from the
42+
[Releases](https://github.com/mxschll/textmate-grammar-astra/releases) page.
43+
- Ensure the file is unzipped.
44+
45+
2. **Install the Bundle in TextMate**
46+
47+
- Double-click the `astra.tmbundle` folder.
48+
- TextMate should automatically recognize and install the bundle.
49+
- Alternatively, you can copy the `astra.tmbundle` directory to
50+
`~/Library/Application Support/TextMate/Bundles/`.
51+
52+
3. **Reload Bundles**
53+
54+
- In TextMate, go to `Bundles` > `Bundle Editor` > `Reload Bundles` to
55+
refresh the bundle list.

0 commit comments

Comments
 (0)