You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple issues of recognizing inline code blocks. It usually works fine when backticks surround single word consisting from letters. Other than that, not so much.
Text:
`inline code with s`
`inline code with spaces`
`require('')`
`require('mod')`
`{}`
Current behavior with tree-sitter:
Current behavior without tree-sitter:
The text was updated successfully, but these errors were encountered:
There are multiple issues of recognizing inline code blocks. It usually works fine when backticks surround single word consisting from letters. Other than that, not so much.
Text:
Current behavior with tree-sitter:
Current behavior without tree-sitter:
The text was updated successfully, but these errors were encountered: