Patrick Förster
|
107435ada4
|
Add luacode and asy as verbatim environments (#141)
Adds the following source code environments:
- `asy`
- `asydef`
- `luacode`
- `luacode*`
Fixes #140.
|
2024-07-18 17:35:26 +07:00 |
Patrick Förster
|
5b6b442b2a
|
Generate parser before running fuzzer tests (#144)
|
2024-07-18 16:45:19 +07:00 |
Patrick Förster
|
a834712c5e
|
BREAKING: Don't check in generated parser.c file (#114)
* Update generated tree-sitter bindings
* Use CI reference workflows from tree-sitter organization
|
2024-04-01 14:31:04 +07:00 |
dependabot[bot]
|
f3b5ad0f15
|
Bump actions/checkout from 3 to 4 (#96)
|
2024-04-01 09:05:35 +07:00 |
Patrick Förster
|
f029427e4d
|
Refactor CI pipeline (#59)
|
2022-10-26 10:06:37 +07:00 |
Patrick Förster
|
4b11d243bc
|
Merge pull request #31 from latex-lsp/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 2 to 3
|
2022-03-11 18:47:52 +07:00 |
dependabot[bot]
|
5e492c5d36
|
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-01 18:29:29 +07:00 |
dependabot[bot]
|
b7d38b3615
|
Bump actions/setup-node from 2 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-25 18:28:11 +07:00 |
Patrick Förster
|
ccb6fe7a57
|
Simplify parsing of special LaTeX commands
|
2021-12-27 13:22:53 +07:00 |
Patrick Förster
|
b2386a3acb
|
Rename CI script
|
2020-11-25 20:02:53 +07:00 |