Commit Graph

185 Commits (0422e78fb58c30e8b4ca58a01016376ecc1a08c6)
 

Author SHA1 Message Date
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
Patrick Förster 899b7408d8 Allow default arguments in command definitions 2022-02-26 20:57:05 +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 1666e9780d Allow multiple paths in \usetikzlibrary command
See #28.
2022-02-18 18:11:49 +07:00
Patrick Förster cd75e362a1
Merge pull request #27 from du-da/master
Fix named childnodes
2022-02-15 16:37:41 +07:00
duda 0181c557cb Fix named childnodes 2022-02-15 00:41:16 +07:00
Patrick Förster b1f4fb41ee
Merge pull request #26 from du-da/master
Change precedence for _section rules
2022-02-14 18:23:23 +07:00
duda 7d9b32c87e update auto-generated files 2022-02-14 14:36:26 +07:00
duda 5d96a0b16d Fix precedence; add test 2022-02-14 14:35:49 +07:00
Patrick Förster 323b609de4 Make key val options in theorem def optional
See #24.
2022-02-08 21:23:53 +07:00
Patrick Förster 89bd60d16d Fix cargo package 2022-02-05 11:09:26 +07:00
Patrick Förster f112e7ab87 Add operator rule 2022-02-03 21:05:41 +07:00
Patrick Förster f0d193e0e3 Allow capturing minted environment language 2022-02-03 20:39:00 +07:00
Patrick Förster f558d96421 Add field names for most grammar rules 2022-02-03 19:08:29 +07:00
Patrick Förster 8350a5d2af Do not alias command name literals 2022-02-03 18:17:28 +07:00
Patrick Förster c454b3207f Fix compile warnings of external scanner 2022-02-02 21:19:01 +07:00
Patrick Förster e4b7cfa877 Add more test cases for old issues 2022-02-02 21:05:12 +07:00
Patrick Förster b47babcc1a Add more extensions for language detection 2022-02-02 20:45:26 +07:00
Patrick Förster 8d8f94a883 Merge branch 'master' into develop 2022-02-02 20:40:05 +07:00
Patrick Förster c96b4fa914 Simplify grammar structure 2022-02-02 20:18:05 +07:00
Patrick Förster 9880eb7790 Add parser benchmark 2022-01-29 10:42:34 +07:00
Patrick Förster 9cd22119d6 Fix repository URL 2022-01-29 10:23:36 +07:00
Patrick Förster 83a6eee2bd Bump tree-sitter version 2022-01-29 10:21:39 +07:00
Patrick Förster 6f796b700c
Merge pull request #22 from cionx/koma-sectioning-commands
Add additional KOMA-Script sectioning commands to the grammar.
2022-01-11 19:20:05 +07:00
Patrick Förster e6df120aba
Merge pull request #20 from cionx/language-detection
Add language detection for tex files.
2022-01-11 19:19:10 +07:00
Jendrik Stelzner d7863e3ead
Add additional KOMA-Script sectioning commands to the grammar.
Add \addpart, \addchap, \addsec and their starred variants.
2022-01-11 05:04:12 +07:00
Jendrik Stelzner 26074bf8eb
Add language detection for tex files. 2022-01-11 04:30:33 +07:00
Patrick Förster 1c9ee6fc16 Fix repository URL 2021-12-27 18:17:42 +07:00
Patrick Förster dd8a728f83 Add missing metadata to Cargo.toml 2021-12-27 14:10:32 +07:00
Patrick Förster ccb6fe7a57 Simplify parsing of special LaTeX commands 2021-12-27 13:22:53 +07:00
Patrick Förster 2c0d03a36e
Merge pull request #9 from vitorof/some-fixes
mixed_group addition and biblatex_include fix
2021-07-19 17:50:34 +07:00
vitorof 95aa9b78b6 Remove sep by comma from biblatex_include 2021-07-19 14:59:04 +07:00
vitorof be6722c980 Add escaped braces to mixed_group 2021-07-19 14:57:41 +07:00
Patrick Förster 5413eabe2a Update test case for issue #7 2021-07-18 16:40:49 +07:00
Patrick Förster 1d90a92e5f Update README 2021-07-18 16:39:55 +07:00
Patrick Förster 527e1a9864
Merge pull request #8 from theHamsta/issue-7
Add test for #7
2021-07-18 16:38:47 +07:00
Patrick Förster b5cab5dff3 Fix path rule 2021-07-18 16:37:32 +07:00