Skip to content

Commit 012d65f

Browse files
authored
Updated README.md
1 parent 0c67594 commit 012d65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ I believe that Elm would greatly benefit from better tooling, the ultimate goal
88

99
What it brings to the table:
1010

11-
- Very fast parsing, should enable parsing on each keystroke
12-
- Resilient, even if you use wrong syntax, most of the file should still be recognized alright
11+
- Very fast parsing, should enable parsing on each keystroke.
12+
- Resilient, even if you use wrong syntax, most of the file should still be recognized alright.
1313
- Should also be useful to the elm atom maintainers, as atom is using tree sitter as the new default for code highlighting (our ast might be too expressive). Highlight implementation still needs to be done if wanted.
1414

1515
## What is this tested with?

0 commit comments

Comments
 (0)