We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e7fe4 commit f9f5fe6Copy full SHA for f9f5fe6
book/src/generated/lang-support.md
@@ -149,7 +149,7 @@
149
| llvm-mir-yaml | ✓ | | ✓ | | | |
150
| log | ✓ | | | | | |
151
| lpf | ✓ | | | | | |
152
-| lua | ✓ | ✓ | ✓ | | | `lua-language-server` |
+| lua | ✓ | ✓ | ✓ | | ✓ | `lua-language-server` |
153
| luap | ✓ | | | | | |
154
| luau | ✓ | ✓ | ✓ | | | `luau-lsp` |
155
| mail | ✓ | ✓ | | | | |
runtime/queries/lua/rainbows.scm
@@ -0,0 +1,9 @@
1
+[
2
+ (table_constructor)
3
+ (bracket_index_expression)
4
+ (parameters)
5
+ (arguments)
6
+ (field)
7
+] @rainbow.scope
8
+
9
+["(" ")" "[" "]" "{" "}"] @rainbow.bracket
0 commit comments