Skip to content

Commit 6e1ecd9

Browse files
committed
Be more specific about what this project does
Closes #205
1 parent 2363b56 commit 6e1ecd9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Default to .hs when saving files ([#197](https://github.com/JustusAdam/language-haskell/issues/197)), thanks to [@noughtmare](https://github.com/noughtmare).
55
- Fix highlighting for custom quasi quoters with immediate `|`
66
([#203](https://github.com/JustusAdam/language-haskell/issues/203)).
7+
- Be more specific about scope of this project in the README
78

89
## 3.4.0 - 25.02.2021
910

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Haskell Language support
1+
# Haskell Syntax Highlighting Support
22

33

4-
Support for the Haskell programming language in Visual Studio Code.
4+
Syntax highlighting support for Haskell and associated languages (i.e. Cabal) in Visual Studio Code.
55

66
## Syntax highlighting
77

@@ -24,9 +24,9 @@ section](https://github.com/JustusAdam/language-haskell/issues) of the
2424
## Themes
2525

2626
This extension provides TextMate scopes for use in syntax highlighting, but the colours displayed
27-
depend on the theme being used.
27+
depend on the theme being used.
2828
Unfortunately many themes have incomplete support for the different TextMate scopes, and as a
29-
result different tokens can end up with identical colours.
29+
result different tokens can end up with identical colours.
3030

3131
For a theme that supports all the scopes provided by this extension, see the
3232
[Groovy Lambda theme](https://github.com/sheaf/groovy-lambda).
@@ -49,7 +49,7 @@ used in our grammars. You can find the lists of scopes in the
4949
## Contributing
5050

5151
This project currently uses the `YAML-tmLanguage` format for language grammars (Haskell, Cabal, alex, happy, ...).
52-
The grammars can be found in the `syntaxes` directory.
52+
The grammars can be found in the `syntaxes` directory.
5353
To generate `JSON` grammars (which is the format VS Code expects), we use the Node package `js-yaml` (requires `npx` in PATH):
5454

5555
```sh

0 commit comments

Comments
 (0)