Commit Graph

1251 Commits

Author SHA1 Message Date
confused_techie
508d1a28c4 Add changelog updates 2023-12-18 08:57:01 -08:00
confused_techie
32ff14f732
Merge pull request #835 from pulsar-edit/1.112.0-changelog
Add `1.112.0` changelog
2023-12-15 20:16:51 -08:00
confused-Techie
37a3f4f19a Add all last minute additions 2023-12-15 20:09:36 -08:00
confused_techie
e77db3e57c
Update packages/welcome/lib/changelog-view.js
Co-authored-by: Daeraxa <58074586+Daeraxa@users.noreply.github.com>
2023-12-15 19:55:19 -08:00
confused_techie
4a52c3a81d
Update packages/welcome/lib/changelog-view.js
Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
2023-12-15 19:54:39 -08:00
Andrew Dupont
6cae381cc7 [tree-sitter] Fix Clojure tests 2023-12-15 19:09:53 -08:00
confused-Techie
0d68dec40a Add 1.112.0 changelog notes 2023-12-15 16:47:04 -08:00
Maurício Szabo
f3b9bd8604
Merge pull request #774 from pulsar-edit/filtering-api 2023-12-13 00:01:57 -03:00
Andrew Dupont
2ebf7d514c [tree-sitter] (oops) 2023-12-12 15:41:45 -08:00
Andrew Dupont
aca923ac78 [tree-sitter] Add highlighting of complex destructuring props in JS 2023-12-12 14:47:45 -08:00
Andrew Dupont
a00239c24c [tree-sitter] Highlight more builtins in TypeScript files 2023-12-12 14:46:50 -08:00
Andrew Dupont
ce6bce07a2 [tree-sitter] Typescript files should detect foo = () =>-style fns 2023-12-12 14:46:12 -08:00
Andrew Dupont
aad4dfcbd2 [tree-sitter] Tweak some CSS queries 2023-12-08 00:52:15 -08:00
Andrew Dupont
3ab0c39f24 [tree-sitter] Add firstLineRegex to C grammars 2023-12-07 11:12:15 -08:00
Andrew Dupont
2430f2b85a Improvements to the TextMate Makefile grammar
Treat `${}` identically to `$()`. Too trivial of a change for its own PR.
2023-12-05 23:47:49 -08:00
Andrew Dupont
fd9229b4a2 [tree-sitter] Fix folding behavior in JS if/else blocks 2023-11-29 13:00:51 -08:00
Andrew Dupont
c50dfafff7 [tree-sitter] Tweak CSS highlighting 2023-11-29 13:00:12 -08:00
Andrew Dupont
d7e81a179e [tree-sitter] Inject HTML highlighting into table cells…
…in addition to paragraphs.
2023-11-29 12:58:16 -08:00
Andrew Dupont
a293ff95cf [tree-sitter] Several fixes to Python highlighting
* Destructured variable assignments are now scoped as `variable`
* Namespaced decorators are now highlighted properly
2023-11-29 12:57:20 -08:00
Maurício Szabo
4264de019b Making fuzzy-finder use the right algorithm 2023-11-23 19:38:44 -03:00
DeeDeeG
fbd2b24550
Merge pull request #780 from Trigan2025/master
Ability to indicate when to automatically show or hide the wrap-guide
2023-11-16 16:31:21 -05:00
confused-Techie
c3f2671dc1 Sync changes to welcome package 2023-11-15 20:12:48 -08:00
confused-Techie
bbeb19e208 More grammar 2023-11-15 18:52:41 -08:00
confused-Techie
7cb83593d8 Fix grammar 2023-11-15 18:50:36 -08:00
confused-Techie
ed8bdd26ed Add v1.111.0 changelog 2023-11-15 17:23:31 -08:00
Trigan2025
e2be9adcb6 Reformulating options. 2023-11-14 14:55:34 +01:00
Andrew Dupont
3757358c55
Merge pull request #789 from savetheclocktower/tree-sitter-october-fixes-redux
Tree-sitter running fixes (October)
2023-11-14 01:17:45 -08:00
confused_techie
39391c105f
Merge pull request #763 from pulsar-edit/ui-api
[core] New `UI` API
2023-11-08 20:47:59 -08:00
Maurício Szabo
db1ec1083b Merge remote-tracking branch 'origin/master' into filtering-api 2023-11-07 16:55:46 -03:00
DeeDeeG
be8bd838c8
Merge pull request #796 from Daeraxa/readme-non-mac-keybinds
[DOCS] Add non-macOS keybindings for fuzzy-finder readme
2023-11-07 11:30:50 -05:00
Maurício Szabo
a987468cfa Merge remote-tracking branch 'origin/ui-api' into filtering-api 2023-11-07 12:12:24 -03:00
confused-Techie
011ddf9c84 Merge branch 'master' into ui-api 2023-11-06 19:39:03 -08:00
Daeraxa
8058821dfd
revert changes to description 2023-11-07 02:42:34 +00:00
Daeraxa
c5853a63a4
add non-macOS keybindings 2023-11-07 02:39:35 +00:00
Daeraxa
025c1b1b11 remove teletype from welcome 2023-11-07 00:09:00 +00:00
Andrew Dupont
193a3dc3e7 [tree-sitter] Tweak C++ highlighting of class function declarations 2023-11-03 22:01:56 -07:00
Andrew Dupont
e2acf70e43 [tree-sitter] Add highlights for C++ destructors…
…and for the `class` keyword, whose omission is a strange oversight.
2023-10-31 13:27:43 -07:00
Andrew Dupont
80126cdbc8 [tree-sitter] More C++ fixes
Built a new `tree-sitter-cpp` parser from latest master to fix a parsing error with variable assignment. Also added/tweaked scopes for some specific scenarios.
2023-10-30 14:46:51 -07:00
Andrew Dupont
f9232482d0 [tree-sitter] Add some scopes to the C++ highlights.scm 2023-10-28 10:17:40 -07:00
confused-Techie
134fb452b4 Stop appending /blob/master to repo URLs
1. `master` isn't always true. We can use `HEAD` now and GitHub will automatically redirect to the main branch.
2. We already have the logic inside our markdown to correct links to use `blob` or `raw` depending on if directing to a link or image, and use `HEAD` like mentioned above
2023-10-27 15:52:02 -07:00
confused-Techie
45c016120b Expect HTML5 preferred <br> instead of <br/>
Most browsers already strip self closing tags within void elements. DOMPurify itself also strips this character.
2023-10-27 15:50:05 -07:00
confused-Techie
cbaa3ad10e Allow sanitizing options, ensure links don't double on /, don't modify base64 links, make test results match universal GitHub links 2023-10-27 01:42:39 -07:00
confused-Techie
8328f9c1ad Modify one spec to different element, fix opts on API usage 2023-10-26 22:52:50 -07:00
Koza
dbf8e11786 🐛 Fix caching for "Dismiss this Version" in pulsar-updater 2023-10-23 11:25:12 +02:00
Trigan2025
47df021e50 revert 'scopeSelector: getRootScopeDescriptor()' to '' 2023-10-23 03:33:15 +02:00
Trigan2025
a6a513c4ca Change the default value of the new settings for "always" 2023-10-22 23:52:35 +02:00
Trigan2025
68843f3c6d Fix of the spec *and rollback of a useless change* 2023-10-21 13:19:43 +02:00
confused-Techie
30e07939b9 Compact disable settings 2023-10-20 18:02:31 -07:00
Trigan2025
05ec5a7c26 Add a setting option to specify when to automatically show or hide the wrap-guide 2023-10-21 01:07:58 +02:00
Dan Bornstein
f5162b4653
Update packages/language-shellscript/grammars/tree-sitter/highlights.scm
Co-authored-by: Andrew Dupont <andrew@andrewdupont.net>
2023-10-19 15:09:48 -07:00