leafOfTree
|
705b518a05
|
Add comment for LoadFullSyntax()
|
2020-04-26 17:39:33 +08:00 |
|
leafOfTree
|
dc314be402
|
Load full syntax for stylus
|
2020-04-26 17:36:56 +08:00 |
|
Chris Vincent
|
18d23d2add
|
Add skeleton stylus support
|
2020-04-26 00:38:07 -06:00 |
|
leafOfTree
|
e237cabce1
|
Remove redundant blank lines
|
2020-04-07 11:56:57 +08:00 |
|
leafOfTree
|
021c921b36
|
Fix string template with quotes syntax error
|
2020-03-25 11:41:34 +08:00 |
|
leafOfTree
|
7df45dfd49
|
Add syntax sync settings for long files to fix syntx issues
|
2020-03-21 14:41:05 +08:00 |
|
leafOfTree
|
d6a25fc824
|
Support single quote for language definition
|
2020-03-18 09:24:48 +08:00 |
|
Yemai
|
6ec817c635
|
Fix style section indentation
|
2020-02-19 10:06:42 +08:00 |
|
leafOfTree
|
d3bfb9e0b6
|
Adjust VueKey regexp
|
2020-01-22 10:56:15 +08:00 |
|
leafOfTree
|
f956127c6c
|
Improve VueKey regexp
|
2020-01-22 10:30:41 +08:00 |
|
leafOfTree
|
4e3df3a599
|
Support TypeScript syntax
|
2020-01-06 17:20:46 +08:00 |
|
leafOfTree
|
a64b99f0b0
|
Add code comment
|
2020-01-06 11:03:29 +08:00 |
|
leafOfTree
|
242d0334ba
|
Improve code comment
|
2019-12-04 10:17:00 +08:00 |
|
leafOfTree
|
42c55f53e5
|
Hightlight vue attr only if enabled
|
2019-12-03 11:15:32 +08:00 |
|
leafOfTree
|
861f956569
|
Fix empty Vue attribute string's highlight issue
|
2019-10-21 19:14:21 +08:00 |
|
leafOfTree
|
bd7cb41e06
|
Remove blank lines
|
2019-10-12 15:37:16 +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
|
3d6ed37e60
|
Silently clear specific syntax
|
2019-10-09 17:48:21 +08:00 |
|
DCRichards
|
2da2a2fe03
|
15: Moved Log function to autoload and replace echom
|
2019-10-08 10:34:52 +01:00 |
|
leafOfTree
|
b76a07346d
|
Add highlight link for css patch syntax
|
2019-09-17 15:16:35 +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
|
b31d15a2c7
|
Support vim-css-color color preview for less/sass
|
2019-09-11 10:44:18 +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
|
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
|
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
|
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
|
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
|
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
|
4ad38ef6b7
|
fix: JavaScript Number is highlighted in String error
|
2019-08-13 15:32:53 +08:00 |
|
yemai
|
71215b0843
|
refact: format code
|
2019-08-13 15:04:59 +08:00 |
|