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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Summary
Injection regex is specified too broadly for tree-sitter-c grammar. It matches anything that contains letter 'c' in it.
Motivation
This behavior is confusing when one tries to add injection points for languages like ocaml (not possible right now anyway).
The current code is here:
language-c/grammars/tree-sitter-c.cson
Line 6 in af1e7f5
Perhaps it should better be changed to something like:
The text was updated successfully, but these errors were encountered: