Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit bb00f90

Browse files
Merge pull request #5 from Sertonix/cleanup-and-master
cleanup and rename
2 parents 12eec6d + 0bbbeac commit bb00f90

File tree

7 files changed

+7
-117
lines changed

7 files changed

+7
-117
lines changed

.coffeelintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the [Atom contributing guide](https://github.com/atom/atom/blob/master/CONTRIBUTING.md)
1+
[See how you can contribute](https://github.com/pulsar-edit/.github/blob/main/CONTRIBUTING.md)

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Snippets package
2-
[![macOS Build Status](https://travis-ci.org/atom/snippets.svg?branch=master)](https://travis-ci.org/atom/snippets) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/8hlc0onofkgbxw53/branch/master?svg=true)](https://ci.appveyor.com/project/Atom/snippets/branch/master) [![Dependency Status](https://david-dm.org/atom/snippets.svg)](https://david-dm.org/atom/snippets)
32

4-
Expand snippets matching the current prefix with <kbd>tab</kbd> in Atom.
3+
Expand snippets matching the current prefix with <kbd>tab</kbd> in Pulsar.
54

6-
To add your own snippets, select the _Atom > Snippets..._ menu option if you're using macOS, or the _File > Snippets..._ menu option if you're using Windows, or the _Edit > Snippets..._ menu option if you are using Linux.
5+
To add your own snippets, select the _Pulsar > Snippets..._ menu option if you're using macOS, or the _File > Snippets..._ menu option if you're using Windows, or the _Edit > Snippets..._ menu option if you are using Linux.
76

87
## Snippet Format
98

10-
Snippets files are stored in a package's `snippets/` folder and also loaded from `~/.atom/snippets.cson`. They can be either `.json` or `.cson` file types.
9+
Snippets files are stored in a package's `snippets/` folder and also loaded from `~/.pulsar/snippets.cson`. They can be either `.json` or `.cson` file types.
1110

1211
```coffee
1312
'.source.js':
@@ -79,7 +78,7 @@ The outmost key of a snippet is the "scope" that you want the descendent snippet
7978

8079
![Screenshot of Language Html settings](https://cloud.githubusercontent.com/assets/1038121/5137632/126beb66-70f2-11e4-839b-bc7e84103f67.png)
8180

82-
If it's difficult to determine the package handling the file type in question (for example, for `.md`-documents), you can also proceed as following. Put your cursor in a file in which you want the snippet to be available, open the [Command Palette](https://github.com/atom/command-palette)
81+
If it's difficult to determine the package handling the file type in question (for example, for `.md`-documents), you can also proceed as following. Put your cursor in a file in which you want the snippet to be available, open the [Command Palette](https://github.com/pulsar-edit/command-palette)
8382
(<kbd>cmd-shift-p</kbd>), and run the `Editor: Log Cursor Scope` command. This will trigger a notification which will contain a list of scopes. The first scope that's listed is the scope for that language. Here are some examples: `source.coffee`, `text.plain`, `text.html.basic`.
8483

8584
### Snippet syntax
@@ -130,4 +129,4 @@ Including a literal closing brace inside the text provided by a snippet's tab st
130129

131130
### Multiple snippets for the same scope
132131

133-
Snippets for the same scope must be placed within the same key. See [this section of the Atom Flight Manual](http://flight-manual.atom.io/using-atom/sections/basic-customization/#configuring-with-cson) for more information.
132+
Snippets for the same scope must be placed within the same key. See [this section of the Atom Flight Manual](https://pulsar-edit.dev/docs/atom-archive/using-atom/#configuring-with-cson) for more information.

coffeelint.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.7.0",
44
"main": "./lib/snippets",
55
"description": "Expand snippets matching the current prefix with `tab`.",
6-
"repository": "https://github.com/atom/snippets",
6+
"repository": "https://github.com/pulsar-edit/snippets",
77
"license": "MIT",
88
"engines": {
99
"atom": "*"
@@ -25,8 +25,5 @@
2525
"0.1.0": "provideSnippets"
2626
}
2727
}
28-
},
29-
"devDependencies": {
30-
"eslint": "^8.33.0"
3128
}
3229
}

0 commit comments

Comments
 (0)