gbaptista / sublime-text-fennel

Fennel Language Support for Sublime Text 3 & 4
https://packagecontrol.io/packages/Fennel
MIT License
15 stars 2 forks source link

First call in array-like table returned from let not highlighted #10

Open turbo opened 2 years ago

turbo commented 2 years ago

Code sample:

(let [a b]
  [ (func :bar)
    (func :foo)
    ])

Here, the first call to func is not highlighted as a function:

image