Skip to content

Commit

Permalink
Add liquidsoap
Browse files Browse the repository at this point in the history
  • Loading branch information
toots authored and lewis6991 committed Oct 5, 2023
1 parent 0874a79 commit 2095f23
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Note: if you need support for Neovim 0.6.x please use the tag `compat/0.6`.
- [x] `julia`
- [x] `latex`
- [x] `lua`
- [x] `liquidsoap`
- [x] `markdown`
- [x] `matlab`
- [x] `nim`
Expand Down
8 changes: 8 additions & 0 deletions queries/liquidsoap/context.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(def) @context
(if) @context
(for) @context
(while) @context
(block) @context
(anonymous_function) @context
(app) @context
(method_app) @context
Loading

0 comments on commit 2095f23

Please sign in to comment.