summaryrefslogtreecommitdiff
path: root/lisp/progmodes/typescript-ts-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add typescript-ts-mode indentation for interface bodies (bug#70023)Noah Peart2024-03-281-0/+1
* Handle typescript ts grammar breaking change for function_expressionLoïc Lemaître2024-02-111-174/+188
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Add font-locking for hash-bang lines in typescript-ts-mode.nverno2023-12-101-1/+1
* Fix typescript-ts-mode indentation for switch statementsnverno2023-11-291-0/+3
* typescript-ts-mode: Add missing 'operator' to treesit-font-lock-featuresnverno2023-11-241-1/+1
* typescript-ts-mode: Support indentation for conditionals without bracesNoah Peart2023-11-211-0/+5
* tsx-ts-mode--font-lock-compatibility-bb1f97b: Re-fix the previous fixDmitry Gutov2023-10-211-1/+1
* typescript-ts-mode.el: Minor touchesDmitry Gutov2023-09-161-3/+6
* Improve namespacing situation WRT to recent change in typescript-ts-mode.elDmitry Gutov2023-09-161-7/+7
* ; Declare some treesit.c functions in typescript-ts-mode.el.Eli Zaretskii2023-09-161-0/+3
* tsx-ts-mode--font-lock-compatibility-bb1f97b: ImproveDmitry Gutov2023-09-151-1/+1
* typescript-ts-mode, tsx-ts-mode: Fix syntax properties for regexp and jsxJostein Kjønigsen2023-09-131-0/+39
* Add new keyword to 'typescript-ts-mode'Eli Zaretskii2023-08-031-1/+1
* Backport: Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-07-301-2/+2
* Make compat check also check typescriptTheodor Thornhill2023-07-241-4/+5
* ; * lisp/progmodes/typescript-ts-mode.el (treesit-query-capture): Declare.Eli Zaretskii2023-07-231-0/+1
* Update TSX support due to upstream changes (bug#64647)Vincenzo Pupillo2023-07-221-23/+55
* Revert "Fix some tree-sitter :match regexps"Basil L. Contovounesios2023-06-171-2/+2
* Fix some tree-sitter :match regexpsBasil L. Contovounesios2023-06-171-2/+2
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-2/+2
* Add 'infer' as a keyword to typescript-ts-mode (bug#63880)Theodor Thornhill2023-06-061-1/+1
* typescript-ts-mode: Add a rule for function_signatureDmitry Gutov2023-06-031-1/+2
* Add type_predicate 'is' as keyword in typescript-ts-mode (bug#63810)Theodor Thornhill2023-05-311-1/+1
* ; Add a bit more docstring to tsx-ts-mode (bug#62429)Yuan Fu2023-04-021-1/+4
* Add two typescript-ts-mode faces (bug#62429)Yuan Fu2023-03-301-5/+20
* Change tree-sitter indent anchor 'point-min' to 'column-0'Yuan Fu2023-03-041-1/+1
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3
* typescript-ts-mode: Highlight non-shorthand destructuring bindingsDmitry Gutov2023-02-251-1/+3
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-14/+13
* Typescript-ts-mode: Add switch case handlingTheodor Thornhill2023-02-201-0/+2
* Adjust jsx indentationTheodor Thornhill2023-02-191-3/+6
* Don't indent template_string contents (bug#61503)Theodor Thornhill2023-02-141-0/+1
* Fix fontification TypeScript of import-statements (bug#61081)Jostein Kjønigsen2023-01-271-1/+11
* Fix fontification of function-valued variables (bug#61053)Jostein Kjønigsen2023-01-251-15/+5
* Move c-like common utils into own library (bug#60961)Theodor Thornhill2023-01-211-4/+4
* Use point-min to anchor top-level constructs (bug#60602)Theodor Thornhill2023-01-201-1/+1
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-6/+6
* Improve indentation for jsxTheodor Thornhill2023-01-151-6/+8
* Improve fontification for import-statements in typescript-ts-modeJostein Kjønigsen2023-01-091-1/+4
* Fix highlighting of variable-declarations in typescript-ts-modeJostein Kjønigsen2023-01-071-14/+5
* (font-lock-regexp-face): New faceDmitry Gutov2023-01-061-1/+1
* Unify the string interpolation delimiters face across ts modesDmitry Gutov2023-01-061-1/+1
* Fontification improvements in typescript-ts-mode (bug#60500)Jostein Kjønigsen2023-01-021-12/+10
* (typescript/tsx-ts-mode): Split font-lock feature list into 4 valuesDmitry Gutov2023-01-021-2/+4
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Update tree-sitter major modes to use the new Imenu facilityYuan Fu2022-12-271-7/+11
* Add comment indent and filling to other tree-sitter major modesYuan Fu2022-12-261-9/+5
* Fix wrong capture in typescript-ts-mode (bug#60167)Theodor Thornhill2022-12-171-5/+2
* Indentation fixes for jsx/tsx (bug#60169)Theodor Thornhill2022-12-171-5/+5