mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(haskell): tweak highlights
* add cases for `qualified_variable` * add function defined in terms of composition
This commit is contained in:
parent
0df364926d
commit
5240574bcb
2 changed files with 14 additions and 1 deletions
|
|
@ -171,6 +171,8 @@ someIOaction = do
|
|||
gunc x y = func x $ y + 7
|
||||
-- ^ @variable
|
||||
-- ^ @variable
|
||||
valueFromList = HashSet.fromList []
|
||||
-- ^ @variable
|
||||
when foo $ putStrLn $ T.showt =<< bar
|
||||
-- ^ @function.call
|
||||
-- ^ @variable
|
||||
|
|
@ -325,3 +327,6 @@ lambdaAlias _ _ _ = undefined
|
|||
spec :: Spec
|
||||
spec = describe "test ns" $ it "test case" pending
|
||||
-- ^ @variable
|
||||
|
||||
composed = f . g
|
||||
-- ^ @function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue