Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emekoi committed Jul 24, 2021
1 parent 87d140c commit 7d93378
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ within Sublime Text.
TextMate Installation
---------------------

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.
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.

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

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

Build System
------------

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.

LICENSE
-------

Expand Down
4 changes: 2 additions & 2 deletions build.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build System
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:
```json
```js
{
// .sublime-project

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

0 comments on commit 7d93378

Please sign in to comment.