update fennel to 1.5.0
This commit is contained in:
parent
b70b4cacd2
commit
5476eaf096
@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
### Features
|
||||
* Updated to fennel 1.5.0
|
||||
* Better results when syntax errors are present
|
||||
* Docs for each Lua version: 5.1 through 5.4
|
||||
* Docs for TIC-80
|
||||
|
||||
2772
deps/fennel.lua
vendored
2772
deps/fennel.lua
vendored
File diff suppressed because one or more lines are too long
@ -319,7 +319,7 @@ identifiers are declared / referenced in which places."
|
||||
(let [macro-file? (= (file.text:sub 1 24) ";; fennel-ls: macro-file")
|
||||
plugin
|
||||
{:name "fennel-ls"
|
||||
:versions ["1.4.1" "1.4.2" "1.5.0"]
|
||||
:versions ["1.4.1" "1.4.2" "1.5.0" "1.5.1"]
|
||||
: symbol-to-expression
|
||||
: call
|
||||
: destructure
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
(sh :git :clone :-c :advice.detachedHead=false :--depth=1 :--branch tag url location)
|
||||
(sh :git :clone :-c :advice.detachedHead=false :--depth=1 url location)))
|
||||
|
||||
(local fennel-version "1.4.2")
|
||||
(local fennel-version "1.5.0")
|
||||
(local faith-version "0.2.0")
|
||||
(local penlight-version "1.14.0")
|
||||
(local dkjson-version "2.7")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user