This is the first release which runs on the Python 3.8 plugin host in Sublime Text 4.
No changes. Just to annotate that this is the last version for Sublime Text 3. The next release will only run in Sublime Text 4 (or later) with its Python 3.8 plugin host.
- Enabled in
source.systemverilog
as well.
-
Update readme.
It looks like the
-i
flag is only supported in themaster
branch ofiverilog
. It's used to ignoreUnknown module type: XXX
linting error. I strongly recommend use the-i
flag rather than writing`include
everywhere.To use the
-i
flag and themaster
branch ofiverilog
, please see https://git.io/fjH92.
- Revert "No longer emits error about module not found."
- No longer emits error about module not found.
- Drop support for SublimeLinter 3.
- Compatible with SublimeLinter 4.6.2.
- Just some directory structure tweaks.
- Initial release.