aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_css.lua
AgeCommit message (Collapse)Author
2025-01-30Update CSS plugin to support more units (#2010)Programutox
* Update css plugin to support more units * Fixed spacing. --------- Co-authored-by: Adam Harrison <adamdharrison@gmail.com>
2023-08-07Syntax files symbol_pattern, non_word_chars props (#12)Jefferson González
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.
2023-08-07Improvements to language_cssjgmdev
These improvements include: * Support numbers with `%` symbol * Support for constants and functions * Matching of `-` on symbols
2022-07-13[chore]: Delete useless $NCarrezDev
follow up on Guldoman's comment
2022-07-06[chore]: Update syntaxNCarrezDev
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
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-04-03Bumping version numbers.Adam Harrison
2021-12-26fallback to toggle-line-comment and vice versa if neededtakase1121
2021-12-25add toggle-block-commenttakase1121
2021-11-21Add names to language pluginsGuldoman
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
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.
2021-04-21Merge remote-tracking branch 'origin/border-less-window'Francesco Abbate
2021-04-12Improve language CSS color literal patternFrancesco Abbate
Close #123
2021-04-06Add plugin verification by version tagFrancesco Abbate
2019-12-28Initial commitrxi