Skip to content

Commit 4a398d5

Browse files
authored
Update README.md
1 parent c867875 commit 4a398d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#BasicPawn - SourcePawn Editor
22
BasicPawn is a very lightweight and basic SourcePawn Editor.
3-
Using Autocomplete and IntelliSense allows you to write faster and easier and also supports both old and new SourcePawn syntrax.
3+
Using Autocomplete and IntelliSense allows you to write faster and easier and also supports both old and new SourcePawn syntax.
44
BasicPawn is currently in alpha state, new features are planed!
55

66
**See [AlliedModders BasicPawn thread](https://forums.alliedmods.net/showthread.php?t=289127) for more information.**
@@ -15,18 +15,18 @@ BasicPawn is currently in alpha state, new features are planed!
1515
[**.NET Framework (Linux Wine)**](https://appdb.winehq.org/objectManager.php?sClass=application&iId=2586)
1616

1717
##Todo/Done (for next release)
18-
- [ ] Force parsing new syntrax on "#pragma newdecls required" (Only above all includes).
18+
- [ ] ~~Force parsing new syntax on "#pragma newdecls required" (Only above all includes).~~
1919
- [x] Autocompletion for variables.
2020
- [x] \(Object Browser\) For even faster access, show references on double-click.
2121
- [x] Seperate styles each config.
2222
- [x] Highlight changed lines (saved/not saved).
23-
- [ ] Multi-color marking.
23+
- [x] Multi-color marking.
2424

2525
##Screenshots
2626
![Default design](http://i.imgur.com/NtAXuQ2.png)
2727
![Default design](http://i.imgur.com/s2zlB7S.png)
2828
![Inverted color](http://i.imgur.com/zUhUMVe.png)
29-
![Syntrax highlighting](http://i.imgur.com/E4zgJcJ.png)
29+
![Syntax highlighting](http://i.imgur.com/E4zgJcJ.png)
3030
![Semi methodmaps support](http://i.imgur.com/G2MReGP.png)
3131
![Autocomplete & IntelliSense](http://i.imgur.com/8OEWAhd.png)
3232
![Autocomplete & IntelliSense](http://i.imgur.com/RJsY478.png)

0 commit comments

Comments
 (0)