File: typescript-ts-mode.el.html

Defined variables (19)

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--list-nodesNodes that designate lists in TypeScript.
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--simple-imenu-settingsSettings for ‘treesit-simple-imenu’.
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’.
typescript-ts-mode-multivar-indent-styleIndentation style for multivar declaration.

Defined functions (18)

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()
tsx-ts-mode-maybe()
typescript-ts--standalone-parent-p(PARENT)
typescript-ts--syntax-propertize(BEG END)
typescript-ts-base-mode()
typescript-ts-mode()
typescript-ts-mode--anchor-decl(N PARENT &rest _)
typescript-ts-mode--check-dialect(DIALECT)
typescript-ts-mode--defun-name(NODE)
typescript-ts-mode--defun-predicate(NODE)
typescript-ts-mode--font-lock-settings(LANGUAGE)
typescript-ts-mode--indent-rules(LANGUAGE)
typescript-ts-mode-maybe()

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.