mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
19 lines
409 B
Python
19 lines
409 B
Python
# Regular AI comment
|
|
# ai do something
|
|
# AI make this better
|
|
# ai! urgent change needed
|
|
# AI! another urgent one
|
|
//ai javascript style
|
|
//AI do that thing
|
|
//ai! urgent js thing
|
|
// ai with some space
|
|
// AI with caps
|
|
// ai! with bang
|
|
# this is not an ai comment
|
|
// this is also not an ai comment
|
|
# aider is not an ai comment
|
|
// aider is not an ai comment
|
|
|
|
def dummy_function():
|
|
# ai inside function
|
|
pass
|