Skip to content

Commit 7d93378

Browse files
committed
updated README.md
1 parent 87d140c commit 7d93378

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ within Sublime Text.
2929
TextMate Installation
3030
---------------------
3131

32-
This language is also compatible with TextMate's `.tmBundle` format. To install in TextMate clone or download this repository. Then rename the repository directory to `Zig.tmBundle` and double-click it to install it into TextMate.
32+
This language is also compatible with TextMate's `.tmBundle` format. To install in TextMate clone or download this repository. Then rename the repository directory to `Zig.tmBundle` and double-click it to install it into TextMate. However, see [Zig.tmbundle](https://github.com/ziglang/Zig.tmbundle) for dedicated TextMate support.
3333

3434
Local Development
3535
-----------------
@@ -48,6 +48,11 @@ to generate the other entries. Sublime Text will automatically reload the plugin
4848

4949
On Linux, this is located under `~/.config/sublime-text-3/`.
5050

51+
Build System
52+
------------
53+
54+
The included Sublime Text build system comes with a few options for configuration and defining your own build targets. See [here](build.md) for more information.
55+
5156
LICENSE
5257
-------
5358

build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build System
22
The build system provided for Sublime Text depends on `zig` being either in your path or the `zig.executable` setting. The build system comes with predefined build targets for running, testing, and formatting single files or whole projects that use a `build.zig`. If for whatever reason you would want to extend these build targets or add your own (e.g. your own `.sublime-project` file), the following shows all the options available:
3-
```json
3+
```js
44
{
55
// .sublime-project
66

@@ -41,4 +41,4 @@ The build system provided for Sublime Text depends on `zig` being either in your
4141
]
4242
}
4343
```
44-
See the Sublime Text [docs](https://www.sublimetext.com/docs/build_systems.html#variables) for all the possible expansion variables.
44+
See the Sublime Text [docs](https://www.sublimetext.com/docs/build_systems.html#variables) for all the possible expansion variables.

0 commit comments

Comments
 (0)