Add Nix support

This commit is contained in:
Walker
2022-12-21 14:46:54 -03:00
parent 687d7b27d4
commit de829edf0c
5 changed files with 55 additions and 0 deletions

View File

@@ -658,5 +658,21 @@
"pattern": ";;"
}
]
},
{
"language": "Nix",
"markers": [
{
"type": "line",
"pattern": "#"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]