Alec Larson
Alec Larson
Run `indo exec` commands first in local packages that don't depend on other local packages.
`TODO: Write more tests for "\r\n" support` Please open new issues for individual edge cases related to carriage returns.
For example, when `a\n*b*` is parsed, the line break before the italic text is lost. To fix this, we should only trim trailing newlines when we know a block node...
`___` or `***` means "both bold and italic"
Nodes intentionally lack location properties, so they can be mutated, moved, and/or removed with minimal effort. Sometimes, this lack of information makes any code modifications harder to carry out. Transform...
``` ❯ node --loader tsx (node:64749) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was...
I'd prefer the preview tab to open up below the source code. Would you mind adding a setting for that? 😬
I also did some chores for you: - use `prettier` for automatic formatting - upgrade to gulp@4 - upgrade to typescript@4 - fix `clean` task in gulpfile So you should...
Closes #123 - Feature: Add support for the child combinator (the `>` operator). This allows for styling a parent-child relationship specifically. https://github.com/microsoft/vscode-textmate/blob/d63ed169dfa50fe337d6985b658103cb47829abe/src/theme.ts#L173-L180 https://github.com/microsoft/vscode-textmate/blob/d63ed169dfa50fe337d6985b658103cb47829abe/src/theme.ts#L526-L532 - Bug: If the number of scope...