Skip to content

Commit

Permalink
fix(README): clean up typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits committed Sep 30, 2024
1 parent c205b75 commit 9f81f59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,17 @@ autocmd filetype html setlocal formatprg=superhtml\ fmt\ --stdin
```

#### Other editors
Follow your editor specific intructions on how to define a new Language Server for a given language / file format.
Follow your editor specific instructions on how to define a new Language Server for a given language / file format.

*(Also feel free to contribute more specific intructions to this readme / add files under the `editors/` subdirectory).*
*(Also feel free to contribute more specific instructions to this readme / add files under the `editors/` subdirectory).*

## Templating Language Library
SuperHTML is also a HTML templating language. More on that soon.

## Contributing
SuperHTML tracks the latest Zig release (0.13.0 at the moment of writing).

### Contributing to the HTML paser & LSP
### Contributing to the HTML parser & LSP
Contributing to the HTML parser and LSP doesn't require you to be familiar with the templating language, basically limiting the scope of what you have to worry about to:

- `src/cli.zig`
Expand Down

0 comments on commit 9f81f59

Please sign in to comment.