View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 02-22-2018 , 08:50   Re: [Editor] AMXXPawn for Visual Studio Code
Reply With Quote #88

An update has been published
Code:
## [Version 0.6.0] - 2018-02-22
### Added
- Syntax highlight for "forward" keyword
- Fuzzy search for completions

### Changed
- Doesn't append `'('` and `'()'` on function autocompletions anymore
- Sytax highlight improvements
- `'^'` is now the string escape character

### Fixed
- Symbols starting with `'@'` weren't being parsed
- Included files that are local to the source file weren't being resolved correctly
Functions with tags and/or starting with '@' are now properly highlighted:


And it not parsing local files was quite a stupid bug, too bad I waited for so long lol: https://github.com/rsKliPPy/amxxpawn...5308aaaabbe856
__________________

Last edited by klippy; 02-22-2018 at 08:52.
klippy is offline