Function: csharp-ts-mode--test-interpolated-string-text
csharp-ts-mode--test-interpolated-string-text is a byte-compiled
function defined in csharp-mode.el.gz.
Signature
(csharp-ts-mode--test-interpolated-string-text)
Documentation
Return non-nil if (interpolated_string_text) is in the grammar.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/csharp-mode.el.gz
(defun csharp-ts-mode--test-interpolated-string-text ()
"Return non-nil if (interpolated_string_text) is in the grammar."
(treesit-query-valid-p 'c-sharp "(interpolated_string_text)"))