gillham 81c255c450
Add strings.ncompare (and backing strncmp_mem) to compare up to n characters of a string. (#164)
* Add strings.ncompare (and backing strncmp_mem) to compare up to n characters of a string.

* Document strings.ncompare.
2025-03-07 23:53:56 +01:00
..
2024-10-01 22:18:03 +02:00

Here is a ".sublime-syntax" syntax file for Sublime Text 4.
Format: see https://www.sublimetext.com/docs/syntax.html

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


The older "tmLanguage" syntax definition file, where this sublime-syntax version is based on, can still be found here:

https://github.com/akubiczek/Prog8-TmLanguage-VsCode/tree/master/sublime3