Skip to content

fix: fixes crash when highlighting strings with special characters #32

fix: fixes crash when highlighting strings with special characters

fix: fixes crash when highlighting strings with special characters #32

Workflow file for this run

name: Test CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun install
- run: bun run build
- run: bun test