Commit Graph
17 Commits
Author SHA1 Message Date
Aiday Marlen KyzyandGitHub 946d53e850 Merge branch 'main' into fix-autoindent-on-closing-paren 2024-03-11 09:42:02 +01:00
rzvcandGitHub e7b03742b5 Fix docblock expansion in TS, when asterisk not preceded by a space (#204400)
Fixes issue #193263.
2024-02-06 03:52:06 +00:00
Russell Davis bac1926029 Fix decreaseIndentPattern for javascript and typescript
Fixes #201424

It wasn't matching closing parens, which resulted in these issues:
* Pressing enter with just a closing paren to the right of the caret
wouldn't result in a dedent on the next line
* With the caret at the start of the line below a line containing only a
closing paren, pressing tab would result in an extra level of
indentation
2023-12-22 20:15:13 -08:00
Stephen Sigwart 3894c48a02 JS/TS fixes 2022-11-21 21:41:18 -05:00
Stephen SigwartandGitHub a9dac55c8a Merge branch 'main' into singleLineDeindent 2022-11-21 20:46:58 -05:00
Matt BiernerandGitHub 46caa3b490 Exclude @ from word pattern in js/ts (#165764)
Fixes #162862

#148874 Still seems to be working too after this change
2022-11-07 15:53:11 -08:00
Stephen SigwartandGitHub 10fe0823a3 Merge branch 'main' into singleLineDeindent 2022-10-27 08:19:18 -04:00
Bryan Lee fac840f22c Add support for angle bracket matching and colorization in Typescript 2022-06-29 01:59:31 +08:00
Stephen Sigwart 16f501ee33 Fix single line if/else and loop indentation 2022-06-04 23:55:58 -04:00
Matt BiernerandGitHub e6f42433cf Include @ in JS/TS word pattern (#148962)
Fixes #148874

`@` is used both for decorators and in imports
2022-05-06 21:10:45 +00:00
Matt Bierner 2b92835853 Move js/ts language configs to json file
Fixes #125748
2022-02-03 11:38:09 -08:00
Henning Dieterichs d6b2e78477 Fixes #132847 by configuring ${...} as bracket pair. 2021-09-21 12:28:25 +02:00
davidwu226andMatt Bierner 2e877e280a Fix invalid JSON. (#65447) 2018-12-23 20:19:29 -08:00
Matt Bierner 30fb7804c9 Auto close <> in js/ts
Fixes #62864
2018-11-12 11:23:59 -08:00
Jackson Kearl 4dff8da77b remove comments for more proper json 2018-08-08 10:43:16 -07:00
Jackson Kearl 1655e6eb23 Same specialization for ts 2018-07-24 00:42:18 -07:00
Matt Bierner e23c58b3ab Split out ts syntax and grammar to ts basics 2018-02-23 13:29:52 -08:00