1
0
mirror of https://github.com/desktop/desktop synced 2024-07-05 00:58:57 +00:00

Merge pull request #18141 from pLeBlanc93/pyi-syntax-highlight

add `pyi` to syntax highlighting
This commit is contained in:
Sergio Padrino 2024-02-06 15:21:41 +01:00 committed by GitHub
commit 1ec6086e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,6 +213,7 @@ const extensionModes: ReadonlyArray<IModeDefinition> = [
install: () => import('codemirror/mode/python/python'),
mappings: {
'.py': 'text/x-python',
'.pyi': 'text/x-python',
},
},
{