feat(syntax.json): Move language .move

As defined in https://raw.githubusercontent.com/github/linguist/master/lib/linguist/languages.yml
This commit is contained in:
netpoe 2024-12-21 21:32:30 -06:00
parent 973393389c
commit de37f375ca

View File

@ -878,5 +878,21 @@
}
}
]
},
{
"language": "Move",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]