1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-10 23:06:08 +00:00

Add textmate syntax highlighting file.

This commit is contained in:
Calvin Rose
2018-12-16 17:59:16 -05:00
parent 8333c22e8a
commit 696866ae51
3 changed files with 361 additions and 1 deletions

View File

@@ -11,4 +11,4 @@
(def k (get tab (- 0 s@i s@j)))
(when (and k (not= k i) (not= k j) (not= i j))
(put solutions {i true j true k true} true))))
(map keys (keys solution)))
(map keys (keys solution)))