File: typescript-ts-mode.el.html

Defined variables (16)

tsx-ts-mode-abbrev-tableAbbrev table for ‘tsx-ts-mode’.
tsx-ts-mode-hookHook run after entering ‘tsx-ts-mode’.
tsx-ts-mode-mapKeymap for ‘tsx-ts-mode’.
typescript-ts-base-mode-abbrev-tableAbbrev table for ‘typescript-ts-base-mode’.
typescript-ts-base-mode-hookHook run after entering ‘typescript-ts-base-mode’.
typescript-ts-base-mode-mapKeymap for ‘typescript-ts-base-mode’.
typescript-ts-mode--defun-type-regexpSettings for ‘treesit-defun-type-regexp’.
typescript-ts-mode--keywordsTypeScript keywords for tree-sitter font-locking.
typescript-ts-mode--operatorsTypeScript operators for tree-sitter font-locking.
typescript-ts-mode--sentence-nodesNodes that designate sentences in TypeScript.
typescript-ts-mode--sexp-nodesNodes that designate sexps in TypeScript.
typescript-ts-mode--syntax-tableSyntax table for ‘typescript-ts-mode’.
typescript-ts-mode-abbrev-tableAbbrev table for ‘typescript-ts-mode’.
typescript-ts-mode-hookHook run after entering ‘typescript-ts-mode’.
typescript-ts-mode-indent-offsetNumber of spaces for each indentation step in ‘typescript-ts-mode’.
typescript-ts-mode-mapKeymap for ‘typescript-ts-mode’.

Defined functions (13)

tsx-ts--syntax-propertize(BEG END)
tsx-ts--syntax-propertize-captures(CAPTURES)
tsx-ts-mode()
tsx-ts-mode--font-lock-compatibility-bb1f97b(LANGUAGE)
tsx-ts-mode--font-lock-compatibility-function-expression(LANGUAGE)
tsx-ts-mode--indent-compatibility-b893426()
typescript-ts--syntax-propertize(BEG END)
typescript-ts-base-mode()
typescript-ts-mode()
typescript-ts-mode--anchor-decl(N PARENT &rest _)
typescript-ts-mode--defun-predicate(NODE)
typescript-ts-mode--font-lock-settings(LANGUAGE)
typescript-ts-mode--indent-rules(LANGUAGE)

Defined faces (2)

typescript-ts-jsx-attribute-faceFace for HTML attributes like name and id in JSX.
typescript-ts-jsx-tag-faceFace for HTML tags like <div> and <p> in JSX.