-
**Motivation**
Themes depend on Prism producing tokens with specific types (or aliases). Right now, we do not guarantee or document any of those types.
**Description**
Document all standard token…
-
This is a proposal to introduce a property which specifies what syntax highlighting rules the editor
should apply for matched files.
``` ini
syntax: name
```
## Examples
``` ini
[*]
synta…
-
### System Info
Doesn't matter
### Details
With these:
```
optimization: {
splitChunks: {
cacheGroups: {
prismJs0: {
test: new RegExp(
`node_modul…
-
**Describe the bug**
Snippets (and other) intellisense extremely slow to show completions (8-10 seconds) on vs code.
Deno output shows:
client asked to cancel request 130, but no such pending req…
-
The DatePeriod parser unintentionally parses the keywords of DatePeriods as month in some cases.
```
import gedcom7.types as T
T.DatePeriod('FROM 21 JAN 1990 TO 22 FEB 2000').parse()
T.DatePeriod(…
-
**Describe the bug**
The `ParsedLinesCount`value (number) has not the real value, it adds the current ParsedLinesCount to the previous, so it is duplicated by each loop using the parse function.
I c…
-
Example of Golang code:
```
package main
import (
"bytes"
"fmt"
"github.com/iand/gedcom"
"io/ioutil"
)
func main() {
data, _ := ioutil.ReadFil…
-
Hi, thanks for this library, it looks really cool. I have a question on an error I am encountering, apologies in advance that this is likely not an issue with your library, but perhaps you can lead me…
-
-
The CI workflow takes a couple of hours. For most cases, e.g., update to a single grammar, it should not. The build should only test what was really changed, even if the skip lists were altered.