Brad Cornes
183cc2f863
Revert "Improve conflict diagnostics ( #503 )" ( #525 )
...
This reverts commit ddfaea21cc
.
2022-04-13 22:24:02 +01:00
Remco Haszing
bc2e5edd45
Convert dlv require statements to imports ( #521 )
...
It was already imported in one place, that appears to work fine.
Using `require` results in invalid ESM output, because `require` is not
defined in ES modules.
2022-04-13 17:10:47 +01:00
Brad Cornes
ddfaea21cc
Improve conflict diagnostics ( #503 )
2022-03-04 15:41:44 +00:00
Brad Cornes
86497bb380
Rework language boundary detection ( #502 )
...
* Fix `classRegex` error
* Rework language boundary detection
2022-03-02 17:16:35 +00:00
Brad Cornes
a082bb3fd7
Fix `classRegex` error ( #501 )
2022-02-28 13:49:07 +00:00
Brad Cornes
251d32faaf
increase classlist search range ( #414 )
2021-10-08 17:36:17 +01:00
Brad Cornes
0f4d93b96e
add `classAttributes` setting
2021-10-08 16:51:14 +01:00
Brad Cornes
d641b8eb2b
allow whitespace around class attribute `=` ( #426 )
2021-10-04 18:14:24 +01:00
Brad Cornes
79a3f2b5a1
use character-base ranges when looking for classes
2021-08-13 17:59:14 +01:00
Brad Cornes
580b183d89
remove unused imports
2021-05-04 12:41:13 +01:00
Brad Cornes
a72226c141
update settings schema
2021-05-04 12:40:50 +01:00
Brad Cornes
99297add4e
add jit support, refactor for general reliability
2021-05-03 18:00:04 +01:00
Brad Cornes
0e66dac7b7
update class attribute regex ( #233 )
2021-01-08 15:53:02 +00:00
Brad Cornes
b2d47d220b
add hover, color decorator, linting support for classRegex setting ( #129 )
2020-12-07 15:39:44 +00:00
Brad Cornes
c508a028d4
add support for [ngClass] attribute ( #187 )
2020-11-30 18:15:31 +00:00
Brad Cornes
e6a371921f
update class attribute regex
2020-11-24 15:45:08 +00:00
Brad Cornes
ccf7cd57a7
separate out tailwindcss-language-service package
2020-10-08 16:20:54 +01:00