Amaan Qureshi
|
68e707eb4f
|
feat: support passing in a Rust regex in the grammar dsl
|
2025-01-06 20:52:19 -05:00 |
|
WillLillis
|
a2f6b96683
|
docs: add --test-number entries for query, highlight, and tag subcommands
|
2025-01-03 16:16:17 -05:00 |
|
Amaan Qureshi
|
3456330fe9
|
fix: update outdated links
|
2025-01-03 15:09:33 -05:00 |
|
Amaan Qureshi
|
d2db7eb8ef
|
docs: add back detailed info about points
|
2024-12-28 16:12:45 -05:00 |
|
Amaan Qureshi
|
48fe030bdd
|
fix(playground): gracefully fallback to JavaScript if the select info is undefined
|
2024-12-27 17:08:49 -05:00 |
|
Amaan Qureshi
|
9228a31f94
|
fix(playground): restore select value's text from local storage
|
2024-12-26 00:17:49 -05:00 |
|
Amaan Qureshi
|
e3b2545ab7
|
fix(playground): add back underline on tree nodes, and query error underline
|
2024-12-25 21:23:36 -05:00 |
|
Amaan Qureshi
|
b70843a033
|
fix(playground): add dark theme, align ui more akin to upstream playground
|
2024-12-25 21:23:36 -05:00 |
|
Amaan Qureshi
|
5bd0d11982
|
fix(playground): ensure local playground is initialized
|
2024-12-25 21:23:36 -05:00 |
|
Amaan Qureshi
|
87c4df3ff3
|
docs: add favicon and logo
|
2024-12-25 21:23:36 -05:00 |
|
Amaan Qureshi
|
dda45cfbb6
|
docs: move assets to correct path
|
2024-12-25 21:23:36 -05:00 |
|
Amaan Qureshi
|
432f4fd9b5
|
docs: add guide on contributing to docs
|
2024-12-24 22:43:06 -05:00 |
|
Amaan Qureshi
|
03b7760275
|
docs(scanner): add overview to the scan function
Co-authored-by: David Baynard <git@baynard.dev>
|
2024-12-24 22:43:06 -05:00 |
|
Amaan Qureshi
|
043969ef18
|
docs: migrate to mdbook
|
2024-12-24 20:54:59 -05:00 |
|
Max Brunsfeld
|
201b41cf11
|
feat: add 'reserved word' construct
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
|
2024-12-23 03:06:32 -05:00 |
|
Will Lillis
|
2a63077cac
|
style: correct typos
|
2024-12-23 02:11:09 -05:00 |
|
Amaan Qureshi
|
00674e3162
|
docs: clarify the start rule of a grammar
|
2024-12-22 23:35:13 -05:00 |
|
Juyeong Maing
|
b68c64b332
|
docs: fix typo
|
2024-12-22 18:43:22 -05:00 |
|
Riley Bruins
|
495fe2a6c5
|
feat: support querying missing nodes
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
|
2024-12-14 14:57:36 -05:00 |
|
Karl Traunmüller
|
9c80557658
|
docs: add documentation for TSPoint coordinates (#3949)
* docs: add documentation for TSPoint coordinates
* docs: applied suggestion for TSPoint coordinates documentation
|
2024-11-19 12:24:31 -08:00 |
|
crvdgc
|
15c2957993
|
fix(xtask): bring back language and example filter
|
2024-11-12 19:09:49 -05:00 |
|
crvdgc
|
d363f0921f
|
doc(xtask): update doc to use xtask, not scripts
Follow-up of dbe8bbf. Also removed `-l` flag since it's not used
anymore.
|
2024-11-12 19:09:49 -05:00 |
|
Daiki Noda
|
738c956a3e
|
docs: add missing tags description
|
2024-11-10 17:24:22 +01:00 |
|
Peter Oliver
|
25e36bda87
|
Link to Emacs’ Tree-sitter documentation (#3881)
Since Emacs 29, Tree-sitter is a built-in feature not requiring a third-party Emacs module.
|
2024-11-04 14:08:52 -08:00 |
|
Will Lillis
|
9d86cb2c20
|
fix(docs): update link for "Error Detection and Recovery in LR Parsers"
|
2024-11-02 01:34:49 -04:00 |
|
Amaan Qureshi
|
500f4326d5
|
feat: add the ability to specify a custom decode function
|
2024-10-31 22:51:40 -04:00 |
|
Sam Estep
|
a767f89967
|
docs: fix missing links
|
2024-10-30 17:24:16 -04:00 |
|
Sam Estep
|
31af4294a7
|
docs: recommend npm install for editor integration
|
2024-10-30 17:06:23 -04:00 |
|
Amaan Qureshi
|
40606dd632
|
feat: add version subcommand for versioning grammars
|
2024-10-18 22:08:57 -04:00 |
|
Will Lillis
|
4705a3153a
|
feat: Add CST pretty-printer for parser output
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
|
2024-10-12 18:37:12 -04:00 |
|
ObserverOfTime
|
608506cb57
|
fix(init): fix some schema issues
- Validate CamelCase name, TextMate scope
- Skip serialization of unused properties
- Disallow additional properties in schema
|
2024-10-01 11:37:57 -04:00 |
|
Amaan Qureshi
|
ea3846a2c5
|
feat: move tree-sitter configuration to dedicated file (#3700)
|
2024-09-30 11:11:23 -04:00 |
|
ObserverOfTime
|
cd837df295
|
chore: update generate crate paths
|
2024-09-28 13:58:30 -04:00 |
|
ObserverOfTime
|
f212605dda
|
refactor: improve the grammar schema
- Publish on the GitHub page
- Specify in the generated file
- Use const/enum instead of pattern
|
2024-09-28 13:58:30 -04:00 |
|
Amaan Qureshi
|
9301d38b77
|
feat!: remove C++ support for external scanners
|
2024-09-07 20:14:36 -04:00 |
|
Amaan Qureshi
|
30d5607cdb
|
docs: add Kotlin to the playground
|
2024-08-29 21:22:55 -04:00 |
|
Amaan Qureshi
|
973b01071e
|
fix(go): update parser name in binding files, add to docs
|
2024-08-24 19:24:06 -04:00 |
|
Ron Panduwana
|
2bb20fe2fe
|
feat: allow external scanners to use the logger
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
|
2024-08-17 14:46:28 -04:00 |
|
ObserverOfTime
|
18d902cd20
|
docs: clean up binding & parser lists
- Separate official and third-party bindings
- Remove links to outdated bindings
- Move parser list to the wiki
|
2024-08-17 00:59:52 -04:00 |
|
dependabot[bot]
|
4f97cf8505
|
build(deps-dev): bump rexml from 3.3.2 to 3.3.3 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.2...v3.3.3)
---
updated-dependencies:
- dependency-name: rexml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-09 12:04:24 +03:00 |
|
dependabot[bot]
|
42d5a34735
|
build(deps-dev): bump rexml from 3.2.8 to 3.3.2 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.2)
---
updated-dependencies:
- dependency-name: rexml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-29 15:53:42 +03:00 |
|
Segev Finer
|
149a2a9081
|
docs: add tsserver annotation to example (#3460)
|
2024-07-28 09:17:20 +03:00 |
|
Stefano Volpe
|
3095fbe07b
|
docs: fix syntax highlighting unit testing example
|
2024-07-06 03:33:24 -04:00 |
|
Amaan Qureshi
|
34c4784ac5
|
docs: add note for bullet
|
2024-06-23 13:38:57 -04:00 |
|
dependabot[bot]
|
35c0fad26f
|
build(deps-dev): bump rexml from 3.2.5 to 3.2.8 in /docs
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)
---
updated-dependencies:
- dependency-name: rexml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-24 22:24:50 -04:00 |
|
dependabot[bot]
|
2653fac99b
|
build(deps-dev): bump nokogiri from 1.16.2 to 1.16.5 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5)
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-24 22:24:37 -04:00 |
|
ObserverOfTime
|
6bfdae00f2
|
docs: mention build command variables
|
2024-05-05 13:06:45 -04:00 |
|
Davis Vaughan
|
937dfbfbab
|
Swap \s for \\s
|
2024-04-20 07:51:45 -04:00 |
|
Amaan Qureshi
|
96d18408a3
|
refactor(js): misc fixes & tidying
|
2024-04-11 22:35:43 -04:00 |
|
ObserverOfTime
|
63babea301
|
fix: proper function prototypes
|
2024-04-11 16:28:21 -04:00 |
|