Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/language-clojure

:lock: Clojure package for Atom
https://github.com/pulsar-edit/language-clojure

Merge pull request #1 from Sertonix/master

add archival notice

510cfcddda9ffa436d1fc921140ae3bc9799fae1 authored almost 2 years ago by confused_techie <[email protected]>
add archival notice

8f41418c114c0091e631acb335ce1a6badae5db8 authored almost 2 years ago by Sertonix <[email protected]>
Merge pull request #90 from MrEbbinghaus/issue-85

Fix matching of numbers

8983208b1953563feb8d1b3ffd6402a2f87ae329 authored over 2 years ago by Musa Ibrahim <[email protected]>
Fix up expressions for numbers

45bdb881501d0b8f8b707ca1d3fcc8b4b99fca03 authored almost 3 years ago by Björn Ebbinghaus <[email protected]>
Add `+` prefix for number

a2d53e8df017a33634bf5bc536ab35efd7058478 authored almost 3 years ago by Björn Ebbinghaus <[email protected]>
Merge pull request #87 from atom/migrate-to-gh-actions

Migrate to Github Actions

086aee931016beae220eca7fe9ff7c607827482c authored over 3 years ago by Musa Ibrahim <[email protected]>
setup GH actions

bbf8f24ff244bfa17026e35f1eedb8a44571df7a authored over 3 years ago by darangi <[email protected]>
Prepare 0.22.8 release

54cde5069ea45b8c63a1000086031702e9d5f392 authored over 5 years ago by Nathan Sobo <[email protected]>
Merge pull request #82 from PEZ/improved-unicode-support

Improve handling of non-ASCII letters

6012a06db0bd9a3e72569634f7fbfbdcc760bcd5 authored over 5 years ago by Nathan Sobo <[email protected]>
Improve handling of non-ASCII letters

de877502aa4a77ccdc2c7f0c9180436aea3effff authored almost 6 years ago by Peter Strömberg <[email protected]>
Merge pull request #78 from atom/dot-github-update

🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue

abbf78f78d6cd05e2d872f696cca5733eeed42d5 authored about 6 years ago by Jason Rudolph <[email protected]>
:memo: Update .github

976a3010908cadbbb48a274670dca6747d8d9267 authored about 6 years ago by Jason Rudolph <[email protected]>
Merge pull request #77 from atom/dot-github-update

Add Probot no-response configuration

19e9271c223dffe0d33475ee260309a158e7fc1a authored about 6 years ago by Jason Rudolph <[email protected]>
:memo: Update .github

a5e5597517af3adc74b120554d17ce89af187634 authored about 6 years ago by Jason Rudolph <[email protected]>
Prepare 0.22.7 release

a6dcd90d25892465f7f38b76562ffa38591f8ae7 authored over 6 years ago by Wliu <[email protected]>
Merge pull request #69 from moxaj/patch-1

Update symbol grammar

ecc790326bc8e14220e4d2d72a392a30876c3219 authored over 6 years ago by Wliu <[email protected]>
Let's not forget to remove the negation

b2eb5651a27a63cb6ba30e9553038aaafc24a12c authored over 6 years ago by Wliu <[email protected]>
:art:

4af448283f804d7d0452b14c8b11440c9f718ec6 authored over 6 years ago by Wliu <[email protected]>
Prepare 0.22.6 release

fa2f70a6f34c0405c36694688a2174d4423a1298 authored almost 7 years ago by Max Brunsfeld <[email protected]>
Merge pull request #76 from atom/ns-extra-word-characters

Recognize hyphens as part of words for autocomplete, but not cursor movement

b0f7f175e42fd884327287dd91bf9396b0f69a80 authored almost 7 years ago by Max Brunsfeld <[email protected]>
Add - to autocomplete.extraWordCharacters setting

This will include words separated by dashes in autocomplete without
changing cursor movement beh...

ee11249db79c43ddf5f967681213a699f0a30de8 authored almost 7 years ago by Nathan Sobo <[email protected]>
Revert "Add editor.nonWordCharacters"

This reverts commit 1a5b3b2c76a6d5850a3cc38c5a9f3c01ff05e874.

3944bffac6aeffbf9c27a264e1c5283591c8fdc6 authored almost 7 years ago by Nathan Sobo <[email protected]>
Prepare 0.22.5 release

a0d1fcd60308b87241c35358e56944259647eed2 authored almost 7 years ago by Justin Ratner <[email protected]>
Add editor.nonWordCharacters

1a5b3b2c76a6d5850a3cc38c5a9f3c01ff05e874 authored almost 7 years ago by Justin Ratner <[email protected]>
Prepare 0.22.4 release

eade1d040102c73d38a32eaa2a79d00c5c81ce9f authored over 7 years ago by Wliu <[email protected]>
Add specs for #69

d7fcb784f9260e9933ab2d00cd826a38414156f8 authored over 7 years ago by moxaj <[email protected]>
Merge pull request #71 from rgdelato/patch-1

Add support for .joke and .joker files

1f9537d86bc585d3a9ae2ddf03d8501591169978 authored over 7 years ago by Wliu <[email protected]>
Add support for .joke and .joker files

I believe this is what needs to be changed to support the [Joker](https://github.com/candid82/jo...

71068a45499cace7a69c45e337860ebbc9b7fccc authored over 7 years ago by Ryan De La Torre <[email protected]>
Further polish symbol grammar

- Disallow leading digits
- Disallow leading colons for `'namespace-symbols'`
- Allow single-c...

27120095c79e6e1de6ac85c3ce22735ba6628341 authored over 7 years ago by Viktor Magyari <[email protected]>
Symbols may not begin with colons

See the [spec](https://clojure.org/reference/reader):

> Symbols beginning or ending with ':' ...

b224b85394defc540d665b74c38f69efa340af17 authored over 7 years ago by Viktor Magyari <[email protected]>
Merge pull request #68 from atom/wl-escaped-semicolons

Do not tokenize escaped semicolons as comments

bcba97a0c4e358f05873adfd8030f32f8084a239 authored over 7 years ago by Wliu <[email protected]>
Do not tokenize escaped semicolons as comments

Fixes #45

70e83b27444da31d6367a0aa447a216836eafc05 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #67 from atom/wl-remove-whitespace

Don't tokenize trailing whitespace as invalid

60d1043f699e7c49c32e4f59770b52b91054a885 authored over 7 years ago by Wliu <[email protected]>
Don't tokenize trailing whitespace as invalid

4c568a4f025c637174c9bac5908f65099655dafe authored over 7 years ago by Wliu <[email protected]>
Prepare 0.22.3 release

40986af12f0bf663f5997b9f74ea9f2fe01d94f4 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #66 from tonsky/patch-2

Capture regexp begin/end as punctuation in Clojure syntax

82ff056df3bf2682c90b679d0a9bc1555bea0510 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #65 from tonsky/patch-1

Any form of [namespace/]def* to define entity.global.clojure

718c3bda079f395d3fb17a730977eb9a2b727af4 authored over 7 years ago by Wliu <[email protected]>
fixed specs

52e219d4c39c33a4fdcf56b4535b7a0fdfbc4e65 authored over 7 years ago by Nikita Prokopov <[email protected]>
specs for new def* matcher

85d19cf79c43380ca1247592670c1ec92d2cfe2c authored over 7 years ago by Nikita Prokopov <[email protected]>
Capture regexp begin/end as punctuation in Clojure syntax

c369de05172fd66723c627038a58907541725366 authored over 7 years ago by Nikita Prokopov <[email protected]>
Added `declare` to the meta.definition.global.clojure matcher

480b4529e00cf932e7f6600aceb8bff03171cb43 authored over 7 years ago by Nikita Prokopov <[email protected]>
Any form of [namespace/]def* to define entity.global.clojure

ca4ee8d3fe3e85553ab27c8867386aa044602473 authored over 7 years ago by Nikita Prokopov <[email protected]>
Prepare 0.22.2 release

e29ea56ba0bfe43a02081295568c00d3adc70c6a authored over 7 years ago by Wliu <[email protected]>
Allow language-todo to work

Fixes atom/language-todo#59

9a79169ec89e25476214c42fe2d5702dfa9ebb83 authored over 7 years ago by Wliu <[email protected]>
Merge pull request #59 from atom/template-update

:memo: Update issue and PR templates

5747bb28c2d12a246180824d8f851f2aec719d32 authored almost 8 years ago by Lee Dohm <[email protected]>
:memo: Update issue and PR templates

d5b7add649ff5cc3f9314fbca0ae9c099563436c authored almost 8 years ago by Lee Dohm <[email protected]>
Merge pull request #58 from atom/template-update

Update issue and PR templates

9b085b8397fb912710e634cf597845ec7304dd76 authored almost 8 years ago by Lee Dohm <[email protected]>
Update issue and PR templates

f65253506f6fd247dbd18ab5367e1eec2180b94e authored almost 8 years ago by Lee Dohm <[email protected]>
Prepare 0.22.1 release

105fd2a3a4e0119665578e8a677b8ec61c9dfc70 authored about 8 years ago by Wliu <[email protected]>
Merge pull request #55 from pchaigno/escaped-characters-regex

Fix tokenization of escaped characters in regexes

05d3dede0100ca0c9092f66c45b8498cfe5e4973 authored about 8 years ago by Wliu <[email protected]>
Fix tokenization of escaped characters in regexes

054861bd449811340d31d065c13971d3516dfc3f authored about 8 years ago by Paul Chaignon <[email protected]>
Merge pull request #52 from Alhadis/modelines

Add firstLineMatch support for modelines/hashbangs

816a94669ac643c91bd922a16eb7c5696c41c3b0 authored about 8 years ago by Wliu <[email protected]>
Simplify capturing group syntax

a60d781a0dca4ec42f3ba55ce084ff743d1d1802 authored about 8 years ago by Alhadis <[email protected]>
Merge pull request #53 from torn4dom4n/patch-1

Update README.md

de41da77798b1b9f90f289b96e0087807bc9d136 authored about 8 years ago by Wliu <[email protected]>
Update README.md

70cc866718d3320acdd6f15baaed7bf72d311132 authored about 8 years ago by Long Nhat Nguyen <[email protected]>
Add firstLineMatch support for modelines/hashbangs

* "boot" isn't listed as an interpreter in Linguist's database, but it's
described as being ab...

74cc1da7ebe9dc432c1ba0aae020e18b4b7d5245 authored about 8 years ago by Alhadis <[email protected]>
Prepare 0.22.0 release

717f53705a9ec7b412f08a4bddd5b36963ff75d4 authored about 8 years ago by Wliu <[email protected]>
Merge pull request #50 from wingyplus/iss-41

Fix incorrect highlighting for escaped-backslashes in regexp

51484ae2f76b59fe0ea4688a1b27d127d392bd07 authored about 8 years ago by Wliu <[email protected]>
Fix incorrect highlighting for escaped-backslashes in regexp

Fix #41

81679d8226aaadb64129a53c8c43323f4e28ebb5 authored about 8 years ago by Thanabodee Charoenpiriyakij <[email protected]>
Merge pull request #48 from wingyplus/iss-43

Fix #43 - Tokenizes set used as functions

273df93a842390195cac16d878ca039f6b9b1115 authored about 8 years ago by Wliu <[email protected]>
Tokenizes set used as functions

Fix #43

895055ba866bf3a55ff29a1574dd786b9f9043ae authored about 8 years ago by Thanabodee Charoenpiriyakij <[email protected]>
Merge pull request #47 from mikebelanger/extensions

Added hlisp, org-mode extensions.

bbbb199201056426beba951629ea6e04aaa33b8b authored about 8 years ago by Wliu <[email protected]>
alphabetized fileTypes list

6f98d3f1408bc166a204de7f027b7ba9cccf39a2 authored about 8 years ago by Mike Belanger <[email protected]>
Added hlisp, org-mode extensions.

13f96368cd1290500b3576773b45876565576dea authored about 8 years ago by Mike Belanger <[email protected]>
AppVeyor should test against stable & beta

bc86668c40817aefbba2164032fcd24c2438b576 authored over 8 years ago by Damien Guard <[email protected]>
Enable Windows builds on AppVeyor

d41af288008c6857198a3734d9f27e4f2f6650c5 authored over 8 years ago by Damien Guard <[email protected]>
Prepare 0.21.0 release

6394fb2bcfba3a29d7b14a3e092847114809ef81 authored over 8 years ago by Wliu <[email protected]>
:green_heart: Fix specs

8f08439703b23410abbdbfb0a191521bd1aeef4c authored over 8 years ago by Wliu <[email protected]>
Merge pull request #37 from shaunlebron/parinfer

new rule for Parinfer

a503aa1fc41f78e9b805b7bbc02e4af2ff832d6c authored over 8 years ago by Wliu <[email protected]>
Merge pull request #40 from bitbutt/specs

Add some basic specs for the grammar

bf4ad483781559b1028e897680f9b252d5262dde authored over 8 years ago by Wliu <[email protected]>
Add some basic specs for the grammar

41921405a7b7292400c6e7a62fe0008818afaa93 authored over 8 years ago by Miles Richardson <[email protected]>
update spec to include 'trailing' test

b3bf1ee57a8f702aaa402724ad4ed4c2cdd62dbb authored over 8 years ago by Shaun Williams <[email protected]>
rename .clojure.paren-trail -> .trailing.clojure

429951807ba7d5e4bcc123d2386d0718f8a3ae44 authored over 8 years ago by Shaun Williams <[email protected]>
replace \\n with $

d7026c046332454c2c9793ead0419fe0f56d0971 authored over 8 years ago by Shaun Williams <[email protected]>
add 'paren-trail' class for EOL close-parens

1f63a4adf4846233d77032dc4e535596a763d643 authored over 8 years ago by Shaun Williams <[email protected]>
Prepare 0.20.0 release

fa482c39a323624189240910cd7eb81dfd97e445 authored over 8 years ago by Wliu <[email protected]>
Merge pull request #39 from bitbutt/fix-function-match

Fix tokenization of sexp and map nested at beginning of another sexp

ae01eb275dadccd30c5206425b87a9c858c1deda authored over 8 years ago by Wliu <[email protected]>
Add specs for sexp and map nested at beginning of another sexp

e758345c4fd146822ca380a2bb11810dc15f8c89 authored over 8 years ago by Miles Richardson <[email protected]>
Include inner patterns in sexp instead of modifying function match

b3f74a3205e874fbe3a9508e514459417b0ec1d9 authored over 8 years ago by Miles Richardson <[email protected]>
Exclude ( and { as function start characters

f55117b0d966db18f7b8586b3d041a3e1153f790 authored over 8 years ago by Miles Richardson <[email protected]>
Prepare 0.19.1 release

a0193ad2a9797033649e665083f09249d2d098fc authored almost 9 years ago by Wliu <[email protected]>
Merge pull request #31 from rm-code/patch-1

Add general support for .boot files

5423496505d3c2a4e048858ce77e41fa45572ea2 authored almost 9 years ago by Wliu <[email protected]>
Add general support for .boot files

Closes #30

131ff2c8fad63f2ebc8c8824336bc2e2c2006f84 authored almost 9 years ago by rm-code <[email protected]>
Prepare 0.19.0 release

12b73d41a0e0437b4899f73c5ac65caad74ac2c1 authored almost 9 years ago by Wliu <[email protected]>
Merge pull request #28 from masarum/master

Add begin and end captures for vectors

cc037e559be25fd442e304c0de30064bbb06cd9a authored almost 9 years ago by Wliu <[email protected]>
Add begin and end captures for vectors

Ran into this when trying to de-emphasize section punctuation,
nicely made feasible by [Parinfer...

b94b61b54ca09926a6760a409b93e3fb6a44e1c1 authored almost 9 years ago by Itoh, Masaru <[email protected]>
Prepare 0.18.0 release

3173abe9956a597944468fcef7b877b017149d50 authored about 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #26 from nicorikken/master

Added support for build.boot files

b21776ac7f2f4cf91707d8e04cee32aa1327fe89 authored about 9 years ago by Kevin Sawicki <[email protected]>
Alphabetical ordering of fileTypes

d2ea81d0186f96c2e396df1a287f9ba7d16c805a authored about 9 years ago by Nico Rikken <[email protected]>
Added support for build.boot files

Blind change, based on developer input and config.cson testdrive for additional customFileTypes.

1a1c99b4275dc0e82a41c3981720958064c9f664 authored about 9 years ago by Nico Rikken <[email protected]>
Prepare 0.17.0 release

6dfdabde51699585f1f648bce10012b24befc4a3 authored about 9 years ago by Wliu <[email protected]>
Merge pull request #24 from pje/pje-fix-keyword-match

Match keywords followed by comma

b2c90771aa2d42f3b9ba1189f95fd0d59f3ec455 authored about 9 years ago by Wliu <[email protected]>
Fix keyword regexp: match keywords followed by comma

The keyword regexp fails to match keywords when followed by a comma.

As an example, `:foo` s...

feeec70a82894b28bdd1acdfebf5a47f58a5ff9e authored about 9 years ago by Patrick Ellis <[email protected]>
Only build pushes on Travis for master branch [ci skip]

19522d6acbb40d231a209338755bab71e4500fa0 authored about 9 years ago by Machiste Quintana <[email protected]>
Prepare 0.16.0 release

04e308ae4c70d00eb38cb4d4211b5c27ae5bdce5 authored over 9 years ago by Kevin Sawicki <[email protected]>
:art: Sort filetypes

8776ff75df6e5a1d3f9a011cd5318fd635eade95 authored over 9 years ago by Kevin Sawicki <[email protected]>
Merge pull request #21 from dahjelle/patch-1

Add `.cljc` to file extension list.

26451ff8fa453914d93e5f520f6e52507f6376f3 authored over 9 years ago by Kevin Sawicki <[email protected]>
Add `.cljc` to file extension list.

Apparently `.cljc` is the extension supported by [reader conditionals](http://dev.clojure.org/di...

b5cee442fe185d7b906f3bc01e61f7d70c0b728f authored over 9 years ago by David Alan Hjelle <[email protected]>
Merge pull request #20 from atom/mq-coffeelint-plus

Add coffeelint support

81e089cc55b6526aca10133372df83b13cd3f6bc authored over 9 years ago by Machisté N. Quintana <[email protected]>
Add coffeelint support

399440ea8aa117e40ff551b02644c0c70c25a208 authored over 9 years ago by Machiste Quintana <[email protected]>