A Community-led Hyper-Hackable Text Editor
Go to file
Andrew Dupont 37a81ccb82 Make the fun snippet work in more contexts
`fun` expands to a simple function definition in JavaScript, but there 
are certain contexts where that syntax is invalid, making the snippet 
much less useful.

Now that we're scoping the insides of class bodies and object literals, 
though, we can define more specific snippets for those contexts that use 
the correct syntax.

The class-instance-method snippet and the inside-an-object-literal 
snippet are identical, except that the latter has a trailing comma.
2023-08-16 11:40:51 -07:00
.github Add pulsar-updater to our package tests 2023-07-25 21:31:35 -07:00
docs Revert "GH Action Documentation" 2023-05-11 16:05:38 -07:00
dot-atom rebrand and relinking to new site 2022-12-31 20:07:22 +00:00
exports Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
hooks Replace incorrect spellings of 'macOS' with the correct one 2023-01-19 18:54:05 +01:00
integration Trying again a Windows Portable ZIP 2023-04-04 00:44:28 -03:00
keymaps [keymaps] Rename A[a]tom -> P[p]ulsar 2022-08-17 01:22:11 -03:00
menus Revert "[skip ci] Create i18n API" 2023-04-06 16:44:38 -03:00
packages Make the fun snippet work in more contexts 2023-08-16 11:40:51 -07:00
ppm@49c8ced8f9 ppm: Update submodule to 49c8ced8f9552bb4aeb279130 2023-07-20 22:41:13 -04:00
resources Fix exit codes for User Installs, better errors 2023-06-23 21:42:06 -07:00
script Handle PATH, InstallLocation, and ATOM_HOME 2023-06-20 21:46:58 -07:00
spec Merge pull request #653 from pulsar-edit/fix-style-manager-regex 2023-08-01 17:14:38 -07:00
src Merge branch 'master' into tree-sitter-running-fixes 2023-08-10 12:12:51 -07:00
static Fixes now caught by transformations 2023-07-02 03:38:22 -07:00
vendor Add external to web-tree-sitter 2023-05-22 22:38:20 -07:00
.cirrus.yml Update Cirrus Token 2023-08-09 17:04:53 -07:00
.codacy.yaml File Glob not having the effect expected 2022-11-20 22:32:37 -08:00
.eslintrc.js [styleguide] Fix error when styleguide is shown… 2023-07-18 12:21:42 -07:00
.gitattributes Make changelog easier to merge 2023-05-16 10:51:48 -03:00
.gitignore Ignore direnv and asdf config files 2023-04-06 12:39:43 -07:00
.gitmodules Update submodule to use the public URL 2022-09-07 18:54:44 -03:00
.nvmrc bump .nvmrc to 16 2022-09-26 01:02:20 +01:00
.yarnrc Make yarn sane 2023-05-29 21:07:19 -03:00
CHANGELOG.md Add changelog entries 2023-08-15 17:57:41 -07:00
CODE_OF_CONDUCT.md 📝 Update Contributing.md (#20707) 2021-01-19 06:34:39 +03:00
CONTRIBUTING.md use init.js by default 2022-11-03 14:15:11 +01:00
Dockerfile rename Atom to Pulsar in Dockerfile 2022-12-13 19:33:04 +00:00
LICENSE.md update copyright year (2023) 2023-01-16 20:12:46 -06:00
package.json Add back dev 2023-08-15 22:41:54 -07:00
playwright.config.ts Packages test 2022-11-19 01:04:18 -03:00
pnpm-workspace.yaml chore: sync with the repository template 2021-07-21 17:59:40 -05:00
PULL_REQUEST_TEMPLATE.md Apply suggestions from code review 2019-06-14 09:21:07 -07:00
pulsar.sh Remove specific cinnamon condition 2023-05-29 09:37:28 -03:00
README.md Small Readme Touchup 2023-02-26 13:16:23 -08:00
SUPPORT.md SUPPORT.md add developer documentation, and a minor update (#430) 2022-07-05 19:03:49 -07:00
yarn.lock GH Action Documentation 2023-08-10 00:23:06 +00:00


Badge Discussions Badge Discord Badge Reddit

Badge Status Badge License


Pulsar


Button Install Button Documentation Button Build

Badge Codacy Badge Crowdin Badge OpenCollective


A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.

Designed to be deeply customizable, but still approachable using the default configuration.



Preview