From 909cd70d36e31e27a53ddc49dacebfd5c13ffc9b Mon Sep 17 00:00:00 2001
From: nyamatongwe GetPropertyInt to see how
properties are used.
There is a convention for naming properties used by lexers so that the set of properties can be found by scripts. + Property names should start with "lexer.<lexer>." or "fold.<lexer>." when they apply to one + lexer or start with "lexer." or "fold." if they apply to multiple lexers.
+SCI_GETPROPERTY(const char *key, char *value)
Lookup a keyword:value pair using the specified key; if found, copy the value to the user-supplied
buffer and return the length (not including the terminating 0). If not found, copy an empty string
--
cgit v1.2.3