-
Hello, I have modified tsx/rainbow-parens.scm query to my liking, my question is where and or how to save this custom version so that it wont be reset when updating the plugin or cause any problems and how to load it in the config. Currently I load it like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You should be able to save it under
|
Beta Was this translation helpful? Give feedback.
-
Hey! Thanks for the response, I was unable to make it work when calling it rainbow-parens.scm and placing it in after/queries/tsx/rainbow-parens.scm and then overriding in lua config like: |
Beta Was this translation helpful? Give feedback.
Hey! Thanks for the response, I was unable to make it work when calling it rainbow-parens.scm and placing it in after/queries/tsx/rainbow-parens.scm and then overriding in lua config like:
query = {
tsx = "rainbow-parens",
},
However simply changing the name to something else like rainbow-custom did the trick!