Pedro Pozo
56199c129a
fix bugemmet.vim
...
in files with double extension type: "hola.txt.md" it generated an error
it is because you were passing a null to len() that detects if the file does not have an extension len(type)==0
2025-07-14 21:12:24 -04:00
kola
033476412e
Change treesitter judgment method
2024-08-10 09:32:53 +08:00
kola
8f1581550d
my_utils.lua -> emmet_utils.lua
2024-08-10 09:29:20 +08:00
kola
c5c5188a0b
support treesitter
2024-08-09 18:06:47 +08:00
eight04
f960b9bd59
Fix: make updateTag work with tag name
2021-12-04 00:23:16 +08:00
Chris
15216aa849
Add support for javascriptreact and typescriptreact filetypes fixes : #505
2021-03-19 22:19:26 -04:00
gitusp
f8e6431776
Add support for CSS in JS annotations like css` and styled.*`
2020-10-19 10:34:50 +09:00
Arun
e9033d0d88
fix for #445
2020-03-07 15:11:56 +05:30
Yasuhiro Matsumoto
f4afd031a3
Fix next item in CSS
2019-06-24 23:20:54 +09:00
Yasuhiro Matsumoto
3f53d7b637
Add mergeLines()
2019-06-20 00:05:36 +09:00
Yasuhiro Matsumoto
685359e892
Merge branch 'master' of https://github.com/mattn/emmet-vim
2019-06-19 14:56:36 +09:00
Yasuhiro Matsumoto
50b44d90c9
Fix hang-up while split/join tag
2019-06-19 00:46:33 +09:00
Yasuhiro Matsumoto
7b08b89d7d
Implement image encode
2019-06-18 15:44:00 +09:00
Yasuhiro Matsumoto
b7cc3a743f
Fix emmet#isExpandable()
...
Fixes #458
2019-05-23 18:52:17 +09:00
Martin Pedersen
f8fc806a61
get extends recursively, minor additional fixes for pug and jsx
2019-05-09 01:14:00 +02:00
Yasuhiro Matsumoto
ae7d31f290
Fixes #452 , #448
2019-04-16 00:21:28 +09:00
Yasuhiro Matsumoto
eb8a4782ba
Fix css
2019-01-29 00:54:17 +09:00
Yasuhiro Matsumoto
5d6870c0af
Add ignore_embeded_filetype
2019-01-29 00:15:23 +09:00
Yasuhiro Matsumoto
d99b422a39
Add ignore_embeded_filetype since slim filetype is confusing to html.
2019-01-28 23:59:03 +09:00
Clément DOUIN
313e241932
add support for typescript
2019-01-28 14:21:25 +01:00
Yasuhiro Matsumoto
19e3240bf3
Fix getFileType
2019-01-16 21:57:43 +09:00
jpsouzasilva
a33b7273a1
Removes extra spaces at line 523
2018-09-07 22:22:44 -03:00
jpsouzasilva
64656d8d4b
Fixes the file identification for JSX
2018-08-30 08:11:50 -03:00
jpsouzasilva
0e20db0cb7
Changes from PR review #1
2018-08-29 13:17:06 -03:00
jpsouzasilva
581ba25bf8
Simplify pattern rules for matching single word syntax naming
2018-08-28 23:55:27 -03:00
jpsouzasilva
9cce773acb
Case-insensitive type string matching
...
Fixing the plugin for Vim 7.4 (Travis)
2018-08-28 23:46:27 -03:00
jpsouzasilva
03c2309f44
Attempt at fixing the Javascript identifier pattern
...
Running tests locally seems OK!
2018-08-28 22:05:06 -03:00
jpsouzasilva
3dcdbff913
Remove empty string comparison for xml identification
2018-08-25 15:49:54 -03:00
jpsouzasilva
7843f18e40
Prioritizes syntax at the current cursor position for determining the file type
2018-08-25 15:22:18 -03:00
Yasuhiro Matsumoto
645258ddd4
element configuration should be overridable
...
Fixes #432
2018-08-07 16:03:23 +09:00
Yasuhiro Matsumoto
f5b185e3a2
fix zero origin base value
...
closes #420
2018-05-21 10:39:09 +09:00
mattn
acc5ac7a9b
Merge pull request #421 from Giorgiosaud/master
...
get blade syntax
2018-05-21 10:09:01 +09:00
Yasuhiro Matsumoto
a0aa79d660
use : prefix for localvar
2018-04-25 10:41:25 +09:00
Yasuhiro Matsumoto
c0728a8dac
Merge branch 'master' of https://github.com/mattn/emmet-vim
2018-04-25 10:04:27 +09:00
Yasuhiro Matsumoto
06b4cda774
expand local variables in custom snippets.
...
closes #414
2018-04-25 10:03:38 +09:00
ashfinal
18c0cf55f4
Adds emmet#anchorizeURL support for reStructuredText
2018-03-16 20:47:39 +08:00
Yasuhiro Matsumoto
aa801bc9b7
add block_all_childless
...
close #270
2017-06-13 18:10:16 +09:00
Jankin Zhang
f0a0948d2d
fix script tag
...
`script` and `script:src` both was expanded to `<script src=""></script>`
2017-01-14 18:45:49 +08:00
Yasuhiro Matsumoto
e5d28f004c
add ! for pug
2017-01-04 12:49:12 +09:00
Bobby Lee
5db2c29f14
Updated CSS snippet section with the latest settings from emmetio/emmet (flexbox)
2016-12-27 12:35:08 +13:00
Michael Bøcker-Larsen
5b217264dd
Minimal elm lang support #356
2016-12-07 00:04:49 +09:00
Yasuhiro Matsumoto
44906fb16e
fix #354
2016-11-23 23:41:57 +09:00
Yasuhiro Matsumoto
ebcf6d2205
fix rtype
2016-11-07 16:09:09 +09:00
Yasuhiro Matsumoto
30d58ee417
lookup base type
2016-10-29 22:57:32 +09:00
Yasuhiro Matsumoto
b56be291c4
empty_element_suffix should be " />" for JSX
...
Close #313
2016-10-29 20:36:07 +09:00
Yasuhiro Matsumoto
1fe780000b
Self closing tag
...
Close #346
2016-10-29 20:33:05 +09:00
Reuben Gunday
4805d355c1
Use htmlFor in jsx
2016-07-17 01:13:52 +05:30
Yasuhiro Matsumoto
52f3af7ca8
select is not inline element
2016-06-10 14:14:11 +09:00
Yasuhiro Matsumoto
e42c07978e
Detect pug as well as jade file types
...
Close #330
2016-05-12 08:56:28 +09:00
Yasuhiro Matsumoto
e2be3aa391
Custom expands should be expanded in later
...
Fixes #272
2016-05-10 11:11:41 +09:00