Skip to content

3c806913 *docs: improve external scanner details and fix conflicting tokens details* #5209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Sec-p101 opened this issue Oct 11, 2024 · 1 comment

Comments

@Sec-p101
Copy link

3c806913 docs: improve external scanner details and fix conflicting tokens details

  • Removed convention notes introduced in Installer 2.19.2 does not offer experimental options #1947 due to:
    • It doesn't so strict for bindings and they may need to obey to some target language conventions.
    • For language grammars there is a note that states the same in the Creating Parsers section.
  • Removed External Scanning item introduced in 87a0517 commit originated from git #1612 due to unclear consistency with other 5 original statements. There is a similar explanation in the Other External Scanner Details section.

613382c7 docs: update badges; fix markdown lint complains

Linter config .vscode/settings.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,
    },
}

Fixes: #2210

Originally posted by @ahlinc in tree-sitter/tree-sitter#2211

@dscho
Copy link
Member

dscho commented Oct 11, 2024

Please use your own fork for practicing how to use GitHub.

@dscho dscho closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants