Razzeee
ca760c4d54
Update Elm link
...
I've moved the repo from my personal page to the page ouf our organization
2021-02-01 02:32:16 +01:00
Jim Hester
e5ef2f2aa3
Add link to R tree sitter grammar
2020-12-07 09:05:03 -05:00
BonaBeavis
f28334a476
Add SPARQL parser to docs
2020-11-20 11:42:33 +01:00
Max Brunsfeld
29dbc79402
Merge pull request #785 from alemuller/patch-1
...
add link to VHDL parser
2020-11-05 09:52:09 -08:00
Max Brunsfeld
d12b874a48
Merge pull request #735 from Vehmloewff/patch-1
...
Add documentation for `token.immediate`
2020-11-03 11:55:12 -08:00
Alexandre A. Muller
bcd48e3b94
add link to VHDL parser
2020-10-29 19:08:55 +00:00
Max Brunsfeld
9e65d18ec6
Merge pull request #721 from TravonteD/master
...
Add link to fennel parser
2020-10-29 12:01:38 -07:00
Patrick Thomson
1749a5d672
Shorter wording.
2020-10-23 15:11:53 -04:00
Patrick Thomson
4d8cdc2f36
Update docs/section-2-using-parsers.md
...
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2020-10-23 15:11:23 -04:00
Patrick Thomson
b42b873564
Update docs/section-2-using-parsers.md
...
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2020-10-23 15:11:17 -04:00
Patrick Thomson
b5d20f07b6
Document query anchor operator ( #771 )
...
This was taken more or less directly from @maxbrunsfeld's PR comments
in https://github.com/tree-sitter/tree-sitter/pull/549 . 🎩
2020-10-23 14:34:56 -04:00
Max Brunsfeld
a6d3a5736d
Merge pull request #713 from stsewd/document-new-syntax
...
Document alternations and wildcard nodes
2020-10-12 12:32:34 -07:00
Patrick Thomson
9f9f2a52b7
Docs.
2020-09-29 12:59:05 -04:00
Elijah Mooring
43a3f1bbe0
Update section-3-creating-parsers.md
2020-09-19 11:19:26 -05:00
Max Brunsfeld
f10a8448ed
Merge pull request #723 from tree-sitter/comprehensive-wasm-help
...
Conditionally handle the presence/absence of build-wasm files.
2020-09-15 11:54:57 -07:00
Patrick Thomson
71f5908806
Max's suggestions.
2020-09-15 13:08:03 -04:00
Patrick Thomson
85cdf3dc49
adjust docs
2020-09-02 15:37:21 -04:00
TravonteD
45eab0ab24
add link to Fennel parser
2020-09-01 22:34:45 -04:00
Max Brunsfeld
9daec9cb22
Tweak impossible pattern error messages
2020-08-20 13:35:11 -07:00
Santos Gallegos
b2e4d3f54f
Document alternations and wildcard nodes
...
These were added in https://github.com/tree-sitter/tree-sitter/pull/615
and https://github.com/tree-sitter/tree-sitter/pull/630
Closes https://github.com/tree-sitter/tree-sitter/issues/704
2020-08-15 13:08:46 -05:00
Max Brunsfeld
4ec7d80968
Mention rule order as the fallback criteria in docs
...
Fixes #702
2020-07-29 10:04:21 -07:00
Santos Gallegos
d22240591c
Docs: document the set! predicate
...
I was looking for something like this,
I searched the documentation,
but I found it in https://github.com/tree-sitter/tree-sitter-javascript/blob/master/queries/injections.scm#L15
2020-07-27 17:38:32 -05:00
Max Brunsfeld
e9ea8192a3
Mention node version >= 6 in docs
...
Fixes #677
2020-07-09 09:11:38 -07:00
Max Brunsfeld
bfeec63d60
Remove docs site banner for now
2020-06-18 07:12:33 -07:00
Santos Gallegos
9b9329cb6c
Fix some typos ( #639 )
2020-06-06 15:17:38 -07:00
Max Brunsfeld
35cc10768b
Add BLM banner
2020-06-01 09:32:59 -07:00
Mohamed Al-Fahim
67cd6b3d97
Grammar fix ( #631 )
2020-05-30 10:57:44 -07:00
Max Brunsfeld
e8e80b1cf1
docs: Use new predicate syntax in highlighting query examples
2020-05-19 16:26:04 -07:00
Max Brunsfeld
61814b468d
Remove build-lib script, recommend make
2020-05-12 16:28:26 -07:00
Max Brunsfeld
f38f5d1d22
Tweak readmes
2020-05-12 16:16:48 -07:00
Max Brunsfeld
f6f96f3503
Document the new query syntax
2020-05-11 14:24:00 -07:00
Max Brunsfeld
a04d688d38
docs: Add a link to tree-sitter-wasm
...
Closes #605
2020-05-06 09:34:23 -07:00
Danny Mösch
4c0fa297d8
Fix typos in docu section about highlighting ( #591 )
2020-04-07 13:27:30 -07:00
Ronan Cherrueau ⚓
b65582797a
Fix the Getting Started example in docs ( #588 )
...
Running the first example of the Getting Started failed with:
main: Assertion `strcmp(ts_node_type(root_node), "value") == 0' failed.
The cause is the json parser that renamed the entry rule from `value` to
`document` in commit tree-sitter/tree-sitter-json@1e4abcc . This commit
update the example in docs to fix the assert.
2020-04-03 11:35:31 -07:00
Alexander Eyers-Taylor
5670dd6705
Add QL to the playground ( #558 )
2020-03-03 13:46:20 -08:00
Max Brunsfeld
f2e9e3b3f2
docs: Link to semantic dir instead of codegen PR
2020-03-02 09:38:25 -08:00
dependabot[bot]
8c95c7648b
build(deps): bump nokogiri from 1.8.2 to 1.10.8 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.8.2 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.2...v1.10.8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-02-25 09:57:14 +00:00
Max Brunsfeld
3cd05a3d0c
Link to Semantic in node-types docs
2020-02-24 11:21:05 -08:00
Max Brunsfeld
f1e4104d47
Document supertypes and the node-types file
...
References #542
References #524
Closes #393
2020-02-24 11:12:42 -08:00
Max Brunsfeld
8d26da7b03
Add highlight subcommand to docs section w/ all subcommands
2020-02-21 13:11:40 -08:00
Max Brunsfeld
a76a232485
Add unit testing docs
2020-02-21 12:58:41 -08:00
Max Brunsfeld
709ddfebe9
docs: Add explanation of syntax highlighting configuration for CLI
2020-02-21 11:39:27 -08:00
Max Brunsfeld
1ce42a04a7
Add docs about injection query properties
2020-02-20 15:34:35 -08:00
Max Brunsfeld
17071267e3
docs: Start work on docs for injection queries
2020-02-20 14:38:37 -08:00
Max Brunsfeld
cf80f094ac
docs: Expand local variable highlighting section
2020-02-20 09:35:46 -08:00
Max Brunsfeld
92f060303c
docs: First draft of highlight query section, start local var section
2020-02-20 09:35:46 -08:00
Max Brunsfeld
2a8860542c
Add intro to syntax highlighting docs
2020-02-20 09:35:46 -08:00
Max Brunsfeld
579b8e8d28
Rename files to make room for syntax highlighting section
2020-02-20 09:35:46 -08:00
Max Brunsfeld
ca73cba5f0
Make underline-on-hover work for spans within links
...
Refs #535
2020-02-12 16:06:50 -08:00
Max Brunsfeld
1f53b7aba8
Merge pull request #536 from kramred/docs/external_link_icon_CC0
...
Modify styles to show icon for external links
2020-02-12 11:59:29 -08:00