diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-05-03 01:17:12 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-05-03 01:17:12 +0530 |
| commit | 1c7a8e4afaca2d0687e4c0c735f7280d62b560ec (patch) | |
| tree | 53af199c685697feaa5d0286d826dcee59058a7a /queries/jai/context.scm | |
| parent | f1973e83d82818583b91786198e81895bc927044 (diff) | |
| download | nvim-1c7a8e4afaca2d0687e4c0c735f7280d62b560ec.zip nvim-1c7a8e4afaca2d0687e4c0c735f7280d62b560ec.tar.gz | |
Fixed Bug
an automated commit
Diffstat (limited to 'queries/jai/context.scm')
| -rw-r--r-- | queries/jai/context.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/queries/jai/context.scm b/queries/jai/context.scm new file mode 100644 index 0000000..aebefb7 --- /dev/null +++ b/queries/jai/context.scm @@ -0,0 +1,8 @@ +(procedure_declaration) @context +(static_if_statement) @context +(if_statement) @context +(else_clause) @context +(for_statement) @context +(enum_declaration) @context +(struct_declaration) @context +(while_statement) @context
\ No newline at end of file |
