1
0
Fork 0
mirror of synced 2024-06-14 08:34:59 +12:00

Removed [] (closes #92) and {- -} (closes #248)

This commit is contained in:
Nikita Prokopov 2016-08-30 16:18:54 +07:00
parent b0aa6ee372
commit 8cecc3c1f2
3 changed files with 213 additions and 202 deletions

File diff suppressed because one or more lines are too long

View file

@ -132,6 +132,10 @@ Other monospaced fonts with ligatures:
### Changelog
#### 1.201 (August 30, 2016)
- Removed `[]` (#92) `{-` `-}` (#248)
#### 1.200 (July 18, 2016)
- Removed `!!!` `???` `;;;` `&&&` `|||` `=~` (#167) `~~~` `%%%`

View file

@ -1,5 +1,5 @@
#^:shebang '[
exec java -cp "$HOME/.m2/repository/org/clojure/clojure/1.7.0/clojure-1.7.0.jar" clojure.main "$0" "$@"]
exec java -cp "$HOME/.m2/repository/org/clojure/clojure/1.8.0/clojure-1.8.0.jar" clojure.main "$0" "$@"]
(require '[clojure.string :as str])
@ -69,9 +69,9 @@
#"\d" {"1" a "2" b "3" c "4" d}))))
(println "feature calt {")
(println "### start of generated calt\n")
(println (->> ligas (sort-by count) (reverse) (map liga->rule) (str/join "\n\n")))
(println "}\n")
(println "\n### end of generated calt\n")
(println "Total ligatures count:" (count ligas))
(println " " (->> ligas