Commit Graph
100 Commits
Author SHA1 Message Date
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
yemai 62e5565572 docs: update 2019-05-16 17:35:50 +08:00
yemai a3b1337d67 docs: update 2019-05-07 19:30:53 +08:00
yemai bd3607a94a docs: update 2019-04-30 10:42:40 +08:00
yemai a7add012ab docs: update 2019-04-30 10:42:12 +08:00
yemai 20a0ea99be refact: rename to setFiletype 2019-04-25 18:50:32 +08:00
yemai 9b762993a2 chore: improve code format and logic 2019-04-25 17:50:12 +08:00
yemai cbf28c57b1 refact: rename function name and improve debug info 2019-04-25 17:41:52 +08:00
yemai 461a4574c1 docs: update README 2019-04-15 11:15:08 +08:00
yemai 3c3065d0bd chore: add License 2019-04-15 11:12:22 +08:00
yemai e79904c56f style: format code 2019-04-15 10:58:02 +08:00
yemai 11f4365953 docs: improve document 2019-04-02 09:47:26 +08:00
yemai 43309d8ee4 docs: improve document 2019-04-01 10:32:13 +08:00
leafandGitHub 7e4b45dc8f Merge pull request #5 from ashishwadekar/master
Fix typo in Global variable settings & Add installation instructions for Vim Plug
2018-12-18 19:19:04 +08:00
yemai 3f7fbfbd30 docs: improve document 2018-12-06 10:44:42 +08:00
yemai 3d6086ef81 docs: initial capitalization 2018-12-05 19:28:59 +08:00
leafandGitHub 8c3449d1c8 Merge pull request #3 from zanven42/patch-1
match variable names
2018-12-04 09:43:08 +08:00
yemai 699d56bedb refact: set LogMsg as script local function 2018-10-25 12:26:18 +08:00
yemai 775029143b Merge branch 'master' of https://github.com/leafOfTree/vim-vue-plugin 2018-10-23 12:35:09 +08:00
yemai f106b0be7e feat: support syntax in $HOME/.vim 2018-10-23 12:33:09 +08:00
leaf 899310e9ac Set theme jekyll-theme-cayman 2018-10-22 16:03:26 +08:00
yemai f0910b42e7 feat: load default javascript syntax if vim-javascript is not used 2018-10-19 19:23:02 +08:00
yemai 816d414f47 chore: update legacy comment 2018-10-19 19:13:58 +08:00
yemai 442a05957d fix: always use unlet! to ignore not exist error 2018-10-19 11:38:52 +08:00
yemai b0b0e77d19 fix: init value and capital $VIMRUNTIME bugs 2018-10-19 11:35:54 +08:00
yemai 400f4ce49d fix: use unix fileformat for .vim files 2018-10-19 11:27:09 +08:00
yemai 3b6417a66d chore: use online screenshot png instead of local one 2018-10-16 10:09:38 +08:00
yemai 42484afc92 refact: remove after directory to support pathogen installation 2018-10-15 12:52:16 +08:00
yemai 0434b2943c docs: improve readme 2018-10-11 16:22:52 +08:00
yemai 2751ce87ab feat: add .gitignore 2018-10-11 16:18:37 +08:00
yemai 2ff6e30220 feat: speed up by adding configuration for syntax files load method 2018-10-11 16:17:47 +08:00
yemai 3c75a829d5 fix: correct indentation of multiline tags 2018-10-10 13:59:11 +08:00
yemai e1ce6d535d docs: adjust screenshot png 2018-10-10 11:27:11 +08:00
yemai 9a553b6012 docs: update smaller screenshot 2018-10-10 11:07:49 +08:00
yemai 2b218b6b1e docs: improve description 2018-10-10 11:00:21 +08:00
yemai 211b43d98b fix: css indent error 2018-10-10 10:41:03 +08:00
yemai 13ada447ce feat: support pug syntax and indent 2018-10-09 11:57:01 +08:00
yemai 2b7e0b5637 doc: improve readme 2018-10-08 18:00:34 +08:00
yemai 14a50d9ee3 feat: improve doc 2018-10-08 17:54:08 +08:00
yemai df36bb9360 feat: enable javascript autocmds first 2018-10-08 11:57:01 +08:00
yemai 5bcfdce5bb feat: get context syntax by vue tags 2018-09-30 17:40:55 +08:00
yemai 1ec91d4eeb fix: always load indent when enter buffer 2018-09-30 14:20:54 +08:00
yemai f4b3732cc7 chore: update screenshot 2018-09-30 10:25:07 +08:00
yemai d27519a9b4 chore: improve doc 2018-09-30 10:17:37 +08:00