Skip to content

Commit

Permalink
Added language: risor
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Dec 16, 2023
1 parent d4c7184 commit 08a9317
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,13 @@ local M = {
re2c = {
body = true,
},
risor = {
function_declaration = true,
if_statement = true,
block = true,
switch_statement = true,
for_statement = true,
},
ron = {
array = true,
map = true,
Expand Down

0 comments on commit 08a9317

Please sign in to comment.