Alec Larson

Results 407 issues of Alec Larson

Run `indo exec` commands first in local packages that don't depend on other local packages.

enhancement

```md - [ ] unchecked - [x] checked ```

enhancement

`TODO: Write more tests for "\r\n" support` Please open new issues for individual edge cases related to carriage returns.

tests

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...

bug

`___` or `***` means "both bold and italic"

enhancement

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...

enhancement

``` ❯ 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...