Function: typescript-ts--syntax-propertize

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

Signature

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

Source Code

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