mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2025-12-22 01:20:46 +00:00
18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
|
|
{
|
|||
|
|
"DartDoc Template": {
|
|||
|
|
"prefix": "temp",
|
|||
|
|
"body": [
|
|||
|
|
"/// {@template ${TM_FILENAME_BASE}}",
|
|||
|
|
"///",
|
|||
|
|
"/// {@endtemplate}"
|
|||
|
|
],
|
|||
|
|
"description": "DartDoc короткая запись template с именем файла"
|
|||
|
|
},
|
|||
|
|
"DartDoc Macro": {
|
|||
|
|
"prefix": "mac",
|
|||
|
|
"body": [
|
|||
|
|
"/// {@macro ${TM_FILENAME_BASE}}"
|
|||
|
|
],
|
|||
|
|
"description": "DartDoc короткая запись macro с именем файла"
|
|||
|
|
}
|
|||
|
|
}
|