- Added
Buy Me a Coffee
link to the README.md file - Added regression testing via Mocha
- Refactored the extension to use a separate
Node.js
language server for formatting, real-time syntax analysis, and basic IntelliSense
- Added
From
HTTP header (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/From) to theRobots.txt: Import From Web
command's web crawler
- Added command that allows importing
robots.txt
files from the web:Robots.txt: Import From Web
- Fixed syntax analysis bug on directives if an inline comment was present
- Implemented basic IntelliSense auto completion support (global and scoped)
- Fixed leak issue with two event listeners
- Added config setting to toggle syntax analysis -
robots.text.analyzeSyntax
- Fixed bug with
sitemap
directive analysis (incorrect diagnostic issue)
- Added real-time code analysis
- Added formatter
- Fixed bug where syntax highlighting would be incorrect if a directive had leading whitespace or if it contained numbers or periods
- Added icon
- Initial release