Skip to content

Commit 895dd97

Browse files
authored
Merge pull request #6 from dangh/function-outline
Add function outline
2 parents ac91043 + 42add4a commit 895dd97

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Fish",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"authors": [
55
"Hasit Mistry <hasitnm@gmail.com>"
66
],

languages/fish/outline.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
(function_definition
2+
"function" @context
3+
name: (_) @name) @item

0 commit comments

Comments
 (0)