Skip to content

Commit 2267c6c

Browse files
committed
Update for Pulsar
1 parent 86ebbff commit 2267c6c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Csound Linting in Atom
1+
# Csound Linting in Pulsar and Atom Forks
22

33
[![Actions](https://github.com/nwhetsell/linter-csound/workflows/CI/badge.svg)](https://github.com/nwhetsell/linter-csound/actions?workflow=CI)
4-
[![apm](https://img.shields.io/apm/dm/linter-csound.svg)](https://atom.io/packages/linter-csound)
54

6-
This [Atom](https://atom.io) package adds syntax checking for [Csound](https://csound.com) orchestras.
5+
This [Pulsar](https://pulsar-edit.dev) package adds syntax checking for [Csound](https://csound.com) orchestras.
76

87
## Including Files
98

109
The linter-csound preprocessor searches paths for files included using [`#include`](https://csound.com/docs/manual/include.html) in this order:
1110

12-
1. The paths returned by Atom’s [`Project::getPaths`](https://flight-manual.atom.io/api). (This is usually one path that’s roughly equivalent to the current directory.)
11+
1. The paths returned by Pulsar’s `Project::getPaths`. (This is usually one path that’s roughly equivalent to the current directory.)
1312

1413
2. The path of the file being preprocessed.
1514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "linter-csound",
33
"main": "./lib/linter-csound",
44
"version": "0.5.14",
5-
"description": "Lint Csound orchestras",
5+
"description": "Lint Csound orchestras in Pulsar and Atom Forks",
66
"keywords": [
77
"csound",
88
"music",

0 commit comments

Comments
 (0)