Commit Graph
100 Commits
Author SHA1 Message Date
yemai b29abe3ec7 fix: some indentation issue by adding 'transparent' arg 2019-08-24 17:10:30 +08:00
yemai 8e8926f1c1 fix: add syntax highlight for htmlVueTemplate 2019-08-24 14:13:33 +08:00
yemai 60c763aeae fix: needing to send indentation instructions multiple times issue 2019-08-24 09:25:45 +08:00
yemai 273c1438f6 chore: improve code format 2019-08-22 21:16:46 +08:00
yemai 1e0ec5f792 docs: update 2019-08-20 20:00:44 +08:00
yemai 19245b09f6 refact: improve format 2019-08-15 16:21:54 +08:00
yemai cf54537328 chore: improve comment 2019-08-15 16:15:17 +08:00
yemai 4cfe8362fd chore: replace tabs with spaces 2019-08-15 16:13:26 +08:00
yemai 02029e1ae1 feat: add fold 2019-08-15 16:06:20 +08:00
yemai 53f43c2065 docs: update 2019-08-15 16:06:03 +08:00
yemai af4b24e550 refact: update variable name 2019-08-14 12:08:05 +08:00
yemai 4ad38ef6b7 fix: JavaScript Number is highlighted in String error 2019-08-13 15:32:53 +08:00
yemai 41c6a0f9b4 docs: update 2019-08-13 15:11:18 +08:00
yemai 71215b0843 refact: format code 2019-08-13 15:04:59 +08:00
yemai 31dd141bd7 docs: update 2019-08-13 09:52:31 +08:00
yemai d4b3afddff fix: set default value '' for get() for string equal 2019-08-09 14:20:51 +08:00
yemai b96d04e4be refact: replace regexp match with string equal 2019-08-09 13:55:58 +08:00
yemai b9d6dde39a docs: update 2019-08-09 13:42:12 +08:00
yemai d3d7611bcd feat: support vim-emmet JavaScript filetype 2019-08-09 13:42:04 +08:00
yemai 323afa1372 docs: update 2019-08-09 12:38:17 +08:00
yemai bdb7ed2d82 feat: support vim-emmet filetype detection in .vue 2019-08-09 12:02:00 +08:00
yemai 73b7971ba7 docs: update 2019-08-09 09:42:45 +08:00
yemai 1b842b4786 fix: only correct empty tag with '>' end 2019-08-08 14:45:35 +08:00
yemai 316587346d fix: corrent indent for multiline empty tags 2019-08-08 14:39:47 +08:00
yemai 0e48fbf579 docs: fix typos 2019-08-08 14:38:47 +08:00
yemai 9827833576 docs: fix typos and format 2019-08-08 11:27:58 +08:00
yemai 3229d3f562 chore: remove debug messages; refact code 2019-08-08 11:19:01 +08:00
yemai b398419918 feat: highlight built in components 2019-07-22 19:21:55 +08:00
yemai 39ec53975a fix: inner </template> indentation error 2019-07-22 17:55:16 +08:00
yemai 7e324fdcc8 fix: add '-' to local iskeyword for vim prior to patch-7.4-1142 2019-07-03 12:29:04 +08:00
yemai 90cceedf97 fix: typo 2019-07-03 12:23:06 +08:00
yemai 33ee9139fa feat: support html5 data-* with default option 2019-07-03 12:16:27 +08:00
yemai 02a670a185 fix: conflic between number with minus highlighting and html data-* attr 2019-07-03 11:42:27 +08:00
yemai ce486863ed chore: update .gitignore 2019-07-02 11:01:44 +08:00
yemai fd42d2b7d1 fix: indentation error of empty tag and vue tag 2019-07-02 09:41:48 +08:00
yemai 9984150cc9 fix: '-10' highlighting error caused by syn iskeyword 2019-07-01 12:14:25 +08:00
yemai 2e2debec2c fix: indentation error inside html comments 2019-06-27 11:31:41 +08:00
yemai 331f91ed67 chore: improve code format 2019-06-25 10:10:11 +08:00
yemai d3373bd6d1 docs: update 2019-06-20 11:26:29 +08:00
yemai 03dc41e8b5 fix: syntax clear htmlHead to avoid highlighting error 2019-06-20 11:20:21 +08:00
yemai 9463dd0eb5 fix: Vue directive highlighting error. 2019-06-20 10:47:03 +08:00
yemai d5b662b465 fix: v-else highlighting error 2019-06-20 10:25:49 +08:00
yemai d37185ccf6 fix: indentation error when prev line is end tag and has_init_indent is
set
2019-06-19 17:08:32 +08:00
yemai d5768eb528 fix: tag following /> indentation error 2019-06-19 15:09:27 +08:00
yemai 5741c9194c fix: vueTag matching operator '<=' error 2019-06-18 18:06:34 +08:00
yemai cc09070e59 fix: link VueComponentName to htmlTagName 2019-06-18 17:30:52 +08:00
yemai 8c1dfdb970 chore: remove extra comment 2019-06-18 13:17:35 +08:00
yemai 4b49f3ec17 chore: set option 'g:vim_vue_plugin_highlight_vue_attr' default to 0 2019-06-18 13:12:10 +08:00
yemai a5c9f7e0cf chore: add option to highlight vue attr differently 2019-06-18 12:10:13 +08:00
yemai c8fd0c85d8 fix: make VueComponentName case sensitive 2019-06-18 10:25:25 +08:00
yemai b6cc427049 chore: format code 2019-06-18 10:19:43 +08:00
yemai 6eded6268d feat: highlight PascalCase component name 2019-06-18 10:09:00 +08:00
yemai 302a5e55ec chore: rename syntax group 2019-06-17 15:32:38 +08:00
yemai 0a3aeeea09 feat: support custom tag syntax like view, text... 2019-06-17 15:31:36 +08:00
yemai 333b29528e feat: add html indentation method for empty tags. 2019-06-17 15:19:55 +08:00
yemai 176e7aa642 fix: recover to XmlIndent for correct common tag indentation 2019-06-17 13:25:30 +08:00
yemai 151d3cdc2f feat: add ftplugin to support matchit '%' usage for template tag 2019-06-17 12:40:54 +08:00
yemai 2941c40e6c fix: replace xml/indent with html/indent to fix empty tag indent error 2019-06-17 11:10:39 +08:00
yemai 846ba3a5b4 chore: use highlight default link 2019-06-14 14:40:03 +08:00
yemai e63b4e8555 chore: remove unneeded syntax arg 2019-06-14 12:25:38 +08:00
yemai a3394d78cd fix: inner template tag indent error 2019-06-14 12:25:18 +08:00
yemai 011169653d feat: change vue AttrKey highlight link to 'Type' 2019-06-14 12:21:20 +08:00
yemai c822a02305 feat: support vue component name syntax 2019-06-13 13:23:09 +08:00
yemai dc31774540 chore: remove unused code 2019-06-13 13:11:27 +08:00
yemai df96ac1348 docs: update 2019-06-13 12:37:42 +08:00
yemai 09f51f0526 docs: update 2019-06-13 12:36:43 +08:00
yemai 66199d159f refact: improve code 2019-06-13 12:36:36 +08:00
yemai b14869efd9 feat: add vue directive syntax highlight 2019-06-13 11:22:01 +08:00
yemai e8d14f8b9c refact: use full command name 2019-06-13 10:59:30 +08:00
yemai b98c23545b fix: add '^' back in vueTemplate end match pattern 2019-06-12 13:11:11 +08:00
yemai c4047490fd fix: remove '^' in vueTemplate end match regex 2019-06-12 12:59:15 +08:00
yemai 82b6d6658d docs: remove 'Wepy' in header description 2019-05-27 11:00:10 +08:00
yemai e293511d9e chore: use 'marker' fold method 2019-05-27 10:58:13 +08:00
yemai 6b103c5f7c fix: remove did_vue_indent 2019-05-23 11:51:13 +08:00
yemai 077c021df1 docs: fix grammars 2019-05-22 18:08:46 +08:00
yemai 4e04c8b642 docs: add context based behavior 2019-05-22 18:06:24 +08:00
yemai 2d4cc8cabf refact: rename hook to 'GetVueTag' 2019-05-22 15:30:01 +08:00
yemai ae2ce7bd8c chore: update log message 2019-05-21 11:50:40 +08:00
yemai 6020f11232 chore: improve code quality 2019-05-21 11:35:27 +08:00
yemai 8480810231 chore: add helper 2019-05-20 18:56:50 +08:00
yemai 8f6abf87d6 fix: remove log 2019-05-20 17:30:23 +08:00
yemai 22806b0f04 fix: javascript indent error 2019-05-20 17:28:33 +08:00
yemai 898b9c16d6 chore: clean code 2019-05-20 15:12:39 +08:00
yemai 777869f5d1 docs: update 2019-05-20 14:16:11 +08:00
yemai deaf33485c feat: improve performance 2019-05-20 14:06:46 +08:00
yemai b85f124b77 docs: update 2019-05-17 19:20:15 +08:00
yemai 8bec7683b8 docs: update 2019-05-17 19:17:41 +08:00
yemai 4d4c5de12d docs: update 2019-05-17 19:16:05 +08:00
yemai f5b90ba0d8 fix: sass and less syntax group conflict 2019-05-17 19:14:28 +08:00
yemai 623bb16ada feat: clean code 2019-05-17 17:51:58 +08:00
yemai ecffb28da6 chore: clean code 2019-05-17 17:39:04 +08:00
yemai 3372024d61 fix: sass syntax recognise 2019-05-17 17:15:53 +08:00
yemai 0e3570280e feat: support sass/scss 2019-05-17 17:12:41 +08:00
yemai 35c85acaaf docs: update 2019-05-17 15:18:29 +08:00
yemai 17ae825145 fix: pug indent error 2019-05-17 15:04:38 +08:00
yemai 9d4a7ada4e feat: support less syntax from origin or vim-less 2019-05-17 14:59:47 +08:00
yemai d6d741c2b4 fix: vue end tag indent error 2019-05-17 12:35:29 +08:00
yemai 5dc373ca69 fix: template init indent error 2019-05-17 12:30:58 +08:00
yemai 1f87eab482 fix: HTML <template> indent 2019-05-17 12:10:46 +08:00
yemai c1ccd969da feat: improve Vue tag syntax highlight 2019-05-17 12:05:56 +08:00