Commit Graph
100 Commits
Author SHA1 Message Date
leafOfTree bd7cb41e06 Remove blank lines 2019-10-12 15:37:16 +08:00
leafOfTree c063dca27c Update doc 2019-10-12 11:03:03 +08:00
leafOfTree 73cfb71a69 Update doc 2019-10-12 09:49:25 +08:00
leafOfTree 4120d8ec63 Update doc 2019-10-12 09:47:02 +08:00
leafOfTree e04d60d63f Update travis 2019-10-11 17:43:17 +08:00
leafOfTree acf081f687 Improve syntax regexp 2019-10-11 17:43:10 +08:00
leafOfTree 915689d653 Check current line syntax instead of previous 2019-10-11 15:32:02 +08:00
leafOfTree 7a3dc54bf2 Update doc 2019-10-11 13:34:50 +08:00
leafOfTree a0e6567761 Update doc 2019-10-11 13:34:21 +08:00
leafOfTree 7022bc7ca5 Set the language key to minimal 2019-10-11 12:06:57 +08:00
leafOfTree 9317963eeb Add test status 2019-10-11 10:21:17 +08:00
leafOfTree ef5ac524fb Update doc 2019-10-10 18:25:57 +08:00
leafOfTree 3d6ed37e60 Silently clear specific syntax 2019-10-09 17:48:21 +08:00
leafandGitHub 1a1e1f1340 Merge pull request #16 from DCRichards/fix/15-load-js-cluster-printed
15: Moved Log function to autoload for global access
2019-10-08 18:45:54 +08:00
leafOfTree 4b0e807db4 Fix typo 2019-09-25 14:24:27 +08:00
leafOfTree 26459d2c84 Fix incorrect fold for template 2019-09-25 14:22:16 +08:00
leafOfTree f591da8f5e Indent correctly with template string 2019-09-20 16:34:48 +08:00
leafOfTree b76a07346d Add highlight link for css patch syntax 2019-09-17 15:16:35 +08:00
leafOfTree ebab0244af Update doc 2019-09-17 10:06:22 +08:00
leafOfTree 5b2b2c140d Fix css keyframe prop highlight 2019-09-12 11:39:59 +08:00
leafOfTree 6ec6ae0735 Fix css unit syntax issue 2019-09-11 19:05:17 +08:00
leafOfTree 2124cbbe77 Add ':' to indentkeys 2019-09-11 11:25:04 +08:00
leafOfTree b31d15a2c7 Support vim-css-color color preview for less/sass 2019-09-11 10:44:18 +08:00
leafOfTree d567055d3d Fix pug template indentation error 2019-09-11 10:32:59 +08:00
leafOfTree 136b4ab260 Update doc 2019-09-11 10:02:04 +08:00
leafOfTree 2c78960734 Optimize code 2019-09-10 19:30:34 +08:00
leafOfTree 74ecdee310 Add a variable which can be used to avoid overload 2019-09-10 19:26:55 +08:00
leafOfTree a0f26edbaa Set a variable indicating vue syntax 2019-09-10 17:55:49 +08:00
leafOfTree 1345c64824 Avoid JavaScript overload in coffee 2019-09-10 17:44:51 +08:00
leafOfTree 137dad488c Highlight css unit correctly 2019-09-10 15:49:00 +08:00
leafOfTree 1b8cd0795e Update docs 2019-09-10 11:08:39 +08:00
leafOfTree 64662a93ef Extract vim builtin css/xml indent files 2019-09-10 11:01:27 +08:00
leafOfTree 390370cf85 Update doc 2019-09-04 19:48:29 +08:00
leafOfTree a2a5718268 Update doc 2019-09-04 11:02:16 +08:00
leafOfTree 0680631eb1 Update doc 2019-09-03 10:50:49 +08:00
leafOfTree e4a6675cf3 Fix css(Less|Sass)Definition syntax 2019-08-30 17:41:22 +08:00
leafOfTree 3b23408a5d Update Vue tags regexp 2019-08-30 16:47:01 +08:00
leafOfTree 43fe2a04b5 Support less/sass to use emmet-vim 'css' type 2019-08-30 16:31:50 +08:00
leafOfTree bce6d5c2db Update doc 2019-08-29 12:10:32 +08:00
leafOfTree b79ec2234a Improve syntax match regexp 2019-08-29 11:37:23 +08:00
leafOfTree 02c545c691 Support coffee indent 2019-08-29 11:34:50 +08:00
leafOfTree 082174fa23 Support coffee syntax 2019-08-29 11:01:40 +08:00
leafOfTree e2612a787e Update doc 2019-08-27 17:45:06 +08:00
leafOfTree f65689cd7c Format code 2019-08-27 16:26:46 +08:00
leafOfTree 728e293c29 Support fold-syntax foldmethod 2019-08-27 16:15:10 +08:00
yemai 3de7d87284 Update doc 2019-08-25 20:04:39 +08:00
yemai a652fd733f Update 2019-08-25 15:49:22 +08:00
yemai 9a9fe8302c Update 2019-08-25 15:48:32 +08:00
yemai d0caaa7618 fix: less/scss indentation error 2019-08-25 15:29:10 +08:00
yemai a9f0c85892 fix: sass syntax error 2019-08-24 22:37:13 +08:00
yemai 5a6b508859 refact: improve pre-processors syntax 2019-08-24 22:14:44 +08:00
yemai 869991b10a refact: load pre-processors first for performance 2019-08-24 20:44:47 +08:00
yemai 97e1acdd36 chore: format 2019-08-24 20:38:15 +08:00
yemai d6e6e8ca2f fix: remove transparent to make vim-emmet work 2019-08-24 20:05:21 +08:00
yemai 42be0e3549 fix: indentation error that is caused by comments following <script> 2019-08-24 19:49:51 +08:00
yemai d7e46089e3 fix: javaScriptOperator match regexp 2019-08-24 19:27:32 +08:00
yemai 844beaf808 fix: distingush operator '/' from comment '//' or '/* */' 2019-08-24 19:15:11 +08:00
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