File tree 4 files changed +82
-0
lines changed 4 files changed +82
-0
lines changed Original file line number Diff line number Diff line change
1
+ branches :
2
+ only :
3
+ - master
4
+ git :
5
+ depth : 10
6
+
7
+ language : cpp
8
+
9
+ matrix :
10
+ include :
11
+ - os : linux
12
+ dist : xenial
13
+ env : ATOM_CHANNEL=stable
14
+
15
+ - os : linux
16
+ dist : xenial
17
+ env : ATOM_CHANNEL=beta
18
+
19
+ - os : osx
20
+ env : ATOM_CHANNEL=stable
21
+
22
+ - os : osx
23
+ env : ATOM_CHANNEL=beta
24
+
25
+ addons :
26
+ apt :
27
+ packages :
28
+ - build-essential
29
+ - fakeroot
30
+ - git
31
+ - libgconf2-4
32
+ - libsecret-1-dev
33
+
34
+ notifications :
35
+ email :
36
+ on_success : never
37
+ on_failure : change
38
+
39
+ script : " curl -sL https://git.io/fji1w | sh"
Original file line number Diff line number Diff line change 1
1
Emacs Lisp Support
2
2
==================
3
3
4
+ [ ![ Build status: TravisCI] [ TravisCI-badge ]] [ TravisCI-link ]
5
+ [ ![ Build status: AppVeyor] [ AppVeyor-badge ]] [ AppVeyor-link ]
6
+ [ ![ Latest package version] [ APM-badge ]] [ APM-link ]
7
+
4
8
Hand-crafted syntax highlighting and editor commands for Emacs Lisp in Atom.
5
9
6
10
<img src =" https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/static/figure-1.png " width =" 802 " alt =" Atomacs " />
@@ -21,3 +25,12 @@ yourself.
21
25
22
26
** NOTE:**
23
27
These require Emacs to be in your ` $PATH ` , and probably don't work on Windows.
28
+
29
+
30
+ <!-- Referenced links -->
31
+ [ TravisCI-badge ] : https://travis-ci.org/Alhadis/language-emacs-lisp.svg?branch=master
32
+ [ TravisCI-link ] : https://travis-ci.org/Alhadis/language-emacs-lisp
33
+ [ AppVeyor-badge ] : https://ci.appveyor.com/api/projects/status/9m9wn1u6f76wr05f?svg=true
34
+ [ AppVeyor-link ] : https://ci.appveyor.com/project/Alhadis/language-emacs-lisp
35
+ [ APM-badge ] : https://img.shields.io/apm/v/language-emacs-lisp.svg?colorB=brightgreen
36
+ [ APM-link ] : https://atom.io/packages/language-emacs-lisp
Original file line number Diff line number Diff line change
1
+ version : " {build}"
2
+
3
+ platform : x64
4
+
5
+ branches :
6
+ only :
7
+ - master
8
+
9
+ build_script :
10
+ - ps : iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/atom/ci/master/build-package.ps1"))
11
+
12
+ clone_depth : 10
13
+
14
+ skip_tags : true
15
+
16
+ environment :
17
+ APM_TEST_PACKAGES :
18
+
19
+ matrix :
20
+ - ATOM_CHANNEL : stable
21
+ - ATOM_CHANNEL : beta
22
+
23
+ install :
24
+ - ps : Install-Product node 4
25
+
26
+ test : off
27
+ deploy : off
Original file line number Diff line number Diff line change 11
11
},
12
12
"engines" : {
13
13
"atom" : " *"
14
+ },
15
+ "scripts" : {
16
+ "test" : " atom -t spec/"
14
17
}
15
18
}
You can’t perform that action at this time.
0 commit comments