Andrew Hlynskyi
|
613382c70a
|
docs: update badges; fix markdown lint complains
Linter config `.vscode/settings.json`:
```json
{
"[markdown]": {
"files.trimTrailingWhitespace": false,
},
"markdownlint.config": {
"default": true,
// "ul-style": {
// "style": "asterisk"
// },
"MD001": false,
"MD024": false,
"MD025": false,
"MD033": false,
"MD041": false,
"MD053": false,
},
}
```
|
2023-04-16 23:39:08 +03:00 |
|
Carlo Teubner
|
34e0ab696c
|
docs: remove mention of Atom
Atom is dead, so this mention seems unnecessary now.
|
2023-04-08 18:10:44 +01:00 |
|
Douglas Creager
|
d02636ff53
|
Update documentation with new config locations
|
2021-06-10 15:20:05 -04:00 |
|
Nikita Galaiko
|
de3600dd75
|
docs: fix language ingection section link
|
2021-06-07 16:54:47 +02: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
|
e8e80b1cf1
|
docs: Use new predicate syntax in highlighting query examples
|
2020-05-19 16:26:04 -07:00 |
|
Danny Mösch
|
4c0fa297d8
|
Fix typos in docu section about highlighting (#591)
|
2020-04-07 13:27:30 -07: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
|
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 |
|