2024-10-01 20:18:03 +00:00
|
|
|
Here is a ".sublime-syntax" syntax file for Sublime Text 4.
|
2024-09-28 20:02:01 +00:00
|
|
|
Format: see https://www.sublimetext.com/docs/syntax.html
|
|
|
|
|
2024-10-01 20:18:03 +00:00
|
|
|
This file can also be used for other tools as well, such as 'bat':
|
|
|
|
https://github.com/sharkdp/bat
|
|
|
|
https://github.com/sharkdp/bat?tab=readme-ov-file#adding-new-syntaxes--language-definitions
|
2024-09-28 20:02:01 +00:00
|
|
|
|
|
|
|
|
2024-10-01 20:18:03 +00:00
|
|
|
The older "tmLanguage" syntax definition file, where this sublime-syntax version is based on, can still be found here:
|
2024-09-28 20:02:01 +00:00
|
|
|
|
2024-10-01 20:18:03 +00:00
|
|
|
https://github.com/akubiczek/Prog8-TmLanguage-VsCode/tree/master/sublime3
|