Andrew Dupont

Results 79 issues of Andrew Dupont

Apologies up front; this is a large PR with lots of disparate changes. If some of this stuff isn’t wanted, I’m happy to submit another PR with only the consensus...

Also: properly highlight constants like `null` and `false` when they are default values of parameters. Before: After: I borrowed portions of these patterns from this [JavaScript (Babel) language definition](https://github.com/gandm/language-babel/blob/master/grammars/Babel%20Language.json) for...

**Describe the bug** Project-specific settings are a feature provided by both the [project-config](https://github.com/steelbrain/project-config) and [atomic-management](https://github.com/harmsk/atomic-management) packages. They do this not through monkeypatching or any similar trick, but via APIs that...

bug

Let's define an **incomplete selector** as a CSS selector that the user is in the process of typing which doesn't yet have any trailing braces. This is the current behavior...

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

(fixes #45) This isn't the elegant solution I was hoping for, but it's the smallest change that I could make work. Since `:has`, `:not`, `:is`, and `:where` are the only...

### IMPORTANT: Some issues have already been fixed! If you’re still on the regular 1.113 release, you might be suffering from a problem that has already been fixed. Many fixes...

bug

### Summary We have a need for an API that accepts some text and a language… and returns syntax-highlighted text styled with the user's currently active syntax theme. Relatedly, we...

enhancement

### IMPORTANT: Some issues have already been fixed! If you’re still on the regular 1.113 release, you might be suffering from a problem that has already been fixed. Many fixes...

bug

### IMPORTANT: Some issues have already been fixed! If you’re still on the regular 1.113 release, you might be suffering from a problem that has already been fixed. Many fixes...

bug