All notable changes to the "pustota" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Fixing VSCodium support
- Added VSCodium support, #16
- Improve
C
highlight: fixunion
andenum
, #32 - Improve
C#
highlight: fix types and classes highlight
- Improve
CSS
highlight: fix@keyframes
highlight, #30
- Improve
TypeScript
highlight:enum
is now highlighted properly, #27 - Improve
JavaScript
highlight:extends Module.Class
is now highlighted properly, #26
- Improve
CSS
highlight: now less constants are highlighted - Adds CSS test file
- Project was moved to https://github.com/pustota-theme org
- All links were updated
- Fixes Python highlight of types
- Fixes installation problem
- Fixes how functions deinitions with names
like
__module__
orset
are highlighted in Python
- Improve
C
highlight: do not colorize builtin types - Imporve
go
highlight: highlight function names
- Revert
0.0.12
change
- Fixes Python builtins not highlighted when used as function names
- Fixes old legacy Python builtins not highlighted when used as function names
- Fixes
${}
highlight in JS / TS - Fixes last char highlight when typing a string without ending quote in JS / TS
- Fixes
alias
keyword in Bash
- Added Lisp support
- Fixed
mod
highlight in Rust - Fixed
->
in Python annotations highlight
- Fixed Markdown headings highlight
- Fixed keywords highligh in jsdoc, phpdoc, etc
- Fixed Makefile syntax highlights
- Fixed PHP syntax highlights
- Added configuration instructions
- Ignored multiple folders from the result build
- Fixed ternary operator in Ruby
- Fixed
.editorconfig
file colors - Fixed INI and TOML colors
- Fixed escape chars in Python's strings
- Fixed Bash's function definitions
- Fix several Markdown syntax highlights
- Fixed theme name to be lowercase:
pustota
- Fixes multiple JS and TS syntax highlights
- Removes "incorrect" scope matcher
- Enforce more
#0A0E14
usage
- Adds theme icon
- Initial release