| Age | Commit message (Collapse) | Author |
|
Added the ability of overwriting the default config.symbol_pattern and
config.non_word_chars from language files by using the following
properties:
* symbol_pattern
* non_word_chars
* symbol_non_word_chars - used by autocomplete plugin to detect the
starting of a symbol when translating from current cursor position
This change will allow languages like css that support the `-` as part
of a symbol name to define custom symbols pattern and non word
characters for better autocompletion and lsp behavior.
|
|
These improvements include:
* Support numbers with `%` symbol
* Support for constants and functions
* Matching of `-` on symbols
|
|
follow up on Guldoman's comment
|
|
Harmonizing the syntax files
Now inline comment are a single string instead of a table of strings.
-(language_c): Removed whitespaces breaking indent
-(language_html): Removed trailing whitespace
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New plugins should use the version tag:
-- mod-version: 1
The old version tag "-- lite-xl 1.16" will be considerer equivalent
to mod-version 1.
|
|
|
|
Close #123
|
|
|
|
|