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