Commit Graph

121 Commits (541bd2df22f92bcae3dd7fb35f011efedae30fa7)
 

Author SHA1 Message Date
Xein 541bd2df22 fix: pycode environment produced an error 2023-01-01 08:15:46 +07:00
dependabot[bot] 1ec3941b97
Bump prettier from 2.7.1 to 2.8.0 (#62) 2022-12-02 18:44:33 +07:00
Patrick Förster fc46fed791
Merge pull request #63 from ryleelyman/master
remove operators from word and add sub- and superscript captures
2022-12-02 19:43:55 +07:00
Rylee Lyman baf4bddd3c fix tests, add superscript and subscript test 2022-12-01 19:52:35 +07:00
Rylee Lyman 4e1c009f58 remove operators from word and add sub- and superscript captures 2022-11-29 22:00:04 +07:00
Patrick Förster 8c75e93cd0 Bump version to 0.3.0 2022-10-26 10:55:26 +07:00
Patrick Förster 546d46a44e Add missing "\big"-style commands 2022-10-26 10:49:08 +07:00
Patrick Förster f029427e4d
Refactor CI pipeline (#59) 2022-10-26 10:06:37 +07:00
Patrick Förster d79f08baea
Do not associate brack_group with generic_command (#51)
Do not match bracket groups inside the generic command rule. Instead, only parse brackets for specific commands.

Fixes #48.
2022-10-26 09:49:18 +07:00
Patrick Förster da49fb3cc3 Fix Rust crate version 2022-10-25 22:35:36 +07:00
dependabot[bot] 674bb306c2
Bump nan from 2.16.0 to 2.17.0 (#56) 2022-10-25 20:29:23 +07:00
Patrick Förster 92b0e8243f Bump version to v0.2.1 2022-10-25 22:22:12 +07:00
Patrick Förster 3e7d2f9508 Extend math_delimiter rule
Allow \big, \bigl and \bigr commands in addition to \left and \right.

See #58.
2022-10-25 22:11:45 +07:00
Patrick Förster 2d5f17ebd1 Allow options when using minted environment
See #55.
2022-10-06 18:57:52 +07:00
Patrick Förster 6fdf7d3f9e Cleanup Cargo manifest file 2022-10-04 21:33:21 +07:00
Patrick Förster d31884f933 Update to ABI version 14 2022-10-04 21:10:20 +07:00
dependabot[bot] 7280d240cb
Update criterion requirement from 0.3.5 to 0.4.0 (#53) 2022-10-04 19:07:27 +07:00
Patrick Förster e273395240
Merge pull request #54 from mattmassicotte/feature/make
Make + C Bindings
2022-10-04 21:06:57 +07:00
Matt c8b062f902
C Bindings 2022-10-03 06:01:06 +07:00
dependabot[bot] b3b2cf27f3
Bump prettier from 2.6.2 to 2.7.1 (#50) 2022-06-29 18:56:32 +07:00
Patrick Förster c8e55bb740 Bump version to v0.2.0 2022-06-14 20:24:58 +07:00
Patrick Förster 2bb93fc2f2 Change package name to allow NPM publishing 2022-06-14 20:16:13 +07:00
Patrick Förster 9cbe0c6be9 Bump version to v0.1.0 2022-06-05 08:50:52 +07:00
dependabot[bot] 104a5dea95
Bump nan from 2.15.0 to 2.16.0 (#45) 2022-06-01 18:13:32 +07:00
Patrick Förster 23463ca6b8 Remove math_set rule
See #44.
2022-05-14 12:48:33 +07:00
Patrick Förster 8ac966ece5 Fix color_definition rule
See #44.
2022-05-14 12:36:31 +07:00
Patrick Förster 3b370b5ca3 Add parens and brackets to math_delimiter rule
See #43.
2022-05-11 20:22:05 +07:00
Patrick Förster 692215e99f Parse \left and \right correctly
See #43.
2022-05-11 18:35:11 +07:00
Patrick Förster 8c5d90e78f Do not match groups with parens after commands
See #42.
2022-04-23 15:10:18 +07:00
Patrick Förster e550c23486 Fix curly_group_impl rule
See #36.
2022-04-14 18:21:52 +07:00
Patrick Förster ab9c1c59de Add rule for math environments 2022-04-13 21:55:48 +07:00
Patrick Förster ba902decb0 Refactor special environment rules 2022-04-13 21:22:35 +07:00
Patrick Förster a4efa1f1a3 Allow bracket groups after \title 2022-04-13 20:38:48 +07:00
Patrick Förster e4112094b3 Add \renewcommand to environment_definition rule
See #40.
2022-04-13 20:31:05 +07:00
Patrick Förster a6926f5263 Parse section with custom ToC entry
See #39.
2022-04-13 20:28:48 +07:00
Patrick Förster fc69ab784a Add rules for \author and \title
See #36.
2022-04-13 20:19:21 +07:00
Patrick Förster 972f88a0e8
Merge pull request #37 from latex-lsp/dependabot/npm_and_yarn/prettier-2.6.2
Bump prettier from 2.6.0 to 2.6.2
2022-04-11 20:57:34 +07:00
Patrick Förster d43d8f6c46 Add support for paired delimiters
See #36.
2022-04-11 20:50:05 +07:00
Patrick Förster 5afabaea0e Add starred commands for theorem definitions
See #36
2022-04-11 20:41:35 +07:00
dependabot[bot] fc4549db19
Bump prettier from 2.6.0 to 2.6.2
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.0 to 2.6.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.6.0...2.6.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:29:11 +07:00
Patrick Förster b71e4928a6
Merge pull request #34 from latex-lsp/dependabot/npm_and_yarn/prettier-2.6.0
Bump prettier from 2.5.1 to 2.6.0
2022-03-16 20:19:11 +07:00
Patrick Förster 5686c9c831 Add text_mode rule for \text command
See #3.
2022-03-16 20:12:58 +07:00
dependabot[bot] 649bcd70de
Bump prettier from 2.5.1 to 2.6.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.6.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 18:30:08 +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
Patrick Förster ae4e8f6145
Merge pull request #32 from latex-lsp/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-03-11 18:47:28 +07:00
Patrick Förster b8dd0b6917
Merge pull request #33 from latex-lsp/dependabot/npm_and_yarn/tree-sitter-cli-0.20.6
Bump tree-sitter-cli from 0.20.4 to 0.20.6
2022-03-11 18:47:15 +07:00
dependabot[bot] c14baab9d5
Bump tree-sitter-cli from 0.20.4 to 0.20.6
Bumps [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter) from 0.20.4 to 0.20.6.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.20.4...v0.20.6)

---
updated-dependencies:
- dependency-name: tree-sitter-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-04 18:27:43 +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
Patrick Förster 1ea9f87d30 Allow commands as children of text nodes
See #29.
2022-02-26 21:40:59 +07:00
Patrick Förster 7a3d14d057 Rename command to generic_command 2022-02-26 21:15:52 +07:00