Function: tsx-ts--syntax-propertize

tsx-ts--syntax-propertize is a byte-compiled function defined in typescript-ts-mode.el.gz.

Signature

(tsx-ts--syntax-propertize BEG END)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/typescript-ts-mode.el.gz
(defun tsx-ts--syntax-propertize (beg end)
  (let ((captures (treesit-query-capture 'tsx tsx-ts--s-p-query beg end)))
    (tsx-ts--syntax-propertize-captures captures)))