issues
search
focus-editor
/
focus
A simple and fast text editor
GNU General Public License v3.0
1.81k
stars
99
forks
source link
CSS and TS improvements
#424
Closed
simonvallz
closed
2 months ago
simonvallz
commented
2 months ago
Added
keyof
keyword to the JS parser.
Fixed a bug that made the last character in a CSS comment not have the correct color.
Added support for single line CSS comments. These are available in SCSS.
focus-editor
commented
2 months ago
I wonder if we should separate the js and ts parsers
keyof
keyword to the JS parser.