mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Add syntax for Dart
This commit is contained in:
parent
c7d5a96aae
commit
2c1c039c66
19
syntax.json
19
syntax.json
@ -140,6 +140,22 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"language": "Dart",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "//"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "/\\*",
|
||||||
|
"end": "\\*/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"language": "Kotlin",
|
"language": "Kotlin",
|
||||||
"markers": [
|
"markers": [
|
||||||
@ -236,5 +252,6 @@
|
|||||||
"pattern": ";"
|
"pattern": ";"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
Loading…
Reference in New Issue
Block a user