File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ export default defineConfig({
124124 { text : 'Go' , link : '/catalog/go/' } ,
125125 { text : 'HTML' , link : '/catalog/html/' } ,
126126 { text : 'Java' , link : '/catalog/java/' } ,
127+ { text : 'Kotlin' , link : '/catalog/kotlin/' } ,
127128 { text : 'Python' , link : '/catalog/python/' } ,
128129 { text : 'Ruby' , link : '/catalog/ruby/' } ,
129130 { text : 'Rust' , link : '/catalog/rust/' } ,
Original file line number Diff line number Diff line change 11# Rule Catalog
22
33Get confused what ast-grep is? This is a list of rewriting rule to inspire you!
4-
5- Explore the power of ast-grep with these rewriting rules that can transform your code in seconds!
4+ Explore the power of ast-grep with these rewriting rules that can transform your code in seconds.
65
76Feel free to join our [ Discord] ( https://discord.gg/4YZjf6htSQ ) channel and ask @ast-grep-bot to explain the rules for you line by line!
87
Original file line number Diff line number Diff line change 1414 <a href =" /catalog/java/" >
1515 <img src =' /icons/Java.svg' />
1616 </a >
17- <img src =' /icons/JS.svg' />
18- <img src =' /icons/Kotlin.svg' />
17+ <a href =" /catalog/tsx/" >
18+ <img src =' /icons/JS.svg' />
19+ </a >
20+ <a href =" /catalog/kotlin/" >
21+ <img src =' /icons/Kotlin.svg' />
22+ </a >
1923 <a href =" /catalog/python/" >
2024 <img src =' /icons/Python.svg' />
2125 </a >
You can’t perform that action at this time.
0 commit comments