Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Added Pascal syntax highlighting. #10034

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,12 @@
"swf", "tar", "tif", "tiff", "ttf", "woff", "xls", "xlsx", "zip"
],
"isBinary": true
},

"pascal": {
"name": "Pascal",
"mode": "pascal",
"fileExtensions": ["p", "pas", "pp"],
"blockComment": ["(*", "*)"]
}
}