Andrea Crotti
c09a16ab88
improve generated report
2019-03-09 09:28:47 +00:00
Andrea Crotti
8f72758d41
move out structure
2019-03-09 09:17:38 +00:00
Andrea Crotti
2e2514f487
cleanup old hiccup code
2019-03-04 11:55:32 +00:00
Andrea Crotti
8f1a8f1dd4
add bulma
2019-03-04 11:42:08 +00:00
Andrea Crotti
0bad508a2b
refactor
2019-03-03 17:33:50 +00:00
Andrea Crotti
01df4244f2
full initial HTML generation of modes
2019-03-03 17:25:22 +00:00
Andrea Crotti
a9e1aa7f0f
something to parse everything
2019-03-02 11:14:16 +00:00
Andrea Crotti
b3db3b4602
parsing and mode files
2019-03-02 11:03:27 +00:00
Andrea Crotti
3b8a9d269a
add core
2019-03-02 10:21:17 +00:00
Andrea Crotti
8dcde0fe4e
add initial reporting project
2019-03-02 10:06:53 +00:00
Michal Wasilewski
c43655cf04
add snippets for google provider in terraform
...
Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
2019-03-01 10:43:42 +01:00
Andrea Crotti
1c1a5d273d
Merge pull request #304 from nocriw/fix/stdlib_newline
...
stdlib: remove newline at end of file
2019-02-28 14:36:25 +00:00
Victor Fernandes
b35209fe2c
fixed: newline at end of file
...
Other include snippets as unistd, string, stdio, ... don't have
a newline at the end of the file.
This fixes this bit of inconsistency in the stdlib snippet.
2019-02-27 23:23:20 +01:00
Andrea Crotti
8e715c6337
Merge pull request #301 from AndreaCrotti/notetiene-master
...
add customization group
2019-02-03 00:45:49 +03:00
Etienne
b62f9ae927
Add customization group for snippets
...
* yasnippet-snippets.el (yasnippet-snippets): Add customization group.
2019-02-02 21:44:07 +00:00
Etienne
c60eb3d847
Add documentation string
...
* yasnippet-snippets.el (yasnippet-snippets): Add function docstring.
2019-02-02 21:44:07 +00:00
Andrea Crotti
796a316e3d
Merge pull request #267 from codingbum/master
...
Add snippets for Racket
2019-02-03 00:40:49 +03:00
Andrea Crotti
c39b093ee8
Merge pull request #292 from mineo/c++-class-name
...
Use the same c++ class name placeholder in all c++-mode snippets
2019-02-03 00:37:14 +03:00
Andrea Crotti
0811650e78
add key as well
2019-02-02 21:28:30 +00:00
Andrea Crotti
9f59412cd1
Merge pull request #296 from ag91/master
...
Add scala-mode snippet to define functions along with their docstring
2019-02-03 00:27:28 +03:00
Andrea Crotti
265f89e480
Merge pull request #299 from dfurtado/dataclass-enum
...
Snippets for dataclasses and enumerations
2019-01-18 19:45:24 +00:00
Andrea Crotti
97dcc328d2
Merge pull request #300 from Ryota0312/master
...
Modify markdown-mode snippet 'plus' to remove new line
2019-01-18 19:44:33 +00:00
Ryota Nishi
a8647a86c5
Modify markdown-mode snippet to remove new line
...
I think that it is more convenient for bullets not to put newlines.
2019-01-07 12:32:47 +09:00
Daniel Furtado
1efb8f6624
Snippets for dataclasses and enumerations.
2018-12-30 15:41:02 +01:00
Andrea Crotti
c1a5a04de9
Merge pull request #298 from sdaaish/patch-1
...
Remove extra character
2018-12-11 22:19:23 +00:00
Stig Dahl
c7501f97f0
Remove extra character
...
Remove the extra \ from the file.
2018-12-11 23:02:11 +01:00
Andrea Crotti
7d4e06dbd6
Merge pull request #295 from sei40kr/fix-images
...
Fix images
2018-11-07 22:03:36 +00:00
ag91
30e3ae6147
Add scala-mode snippet to define functions along with their docstring
2018-11-07 22:38:41 +01:00
Seong Yong-ju
853edbccd7
Fix images
2018-10-29 23:55:57 +09:00
Andrea Crotti
88e209997a
Merge pull request #294 from Wathu/master
...
Few C snippets
2018-10-20 15:23:42 +01:00
Kamil Tomicki
4fc15c778e
Delete strlen
2018-10-13 21:39:17 +02:00
Kamil Tomicki
f857a824c1
Delete puts
2018-10-13 21:39:08 +02:00
Kamil Tomicki
e8e0fbc3bc
Update fprintf
2018-10-09 22:14:35 +02:00
Kamil Tomicki
0180880605
Update scanf
2018-10-09 22:14:13 +02:00
Kamil Tomicki
e03844fcca
Update fgets
2018-10-09 22:10:02 +02:00
Kamil Tomicki
eb49c89861
Create fprintf
2018-10-08 13:49:03 +02:00
Kamil Tomicki
e1181eeff7
Create strlen
2018-10-08 09:31:17 +02:00
Kamil Tomicki
a9edb17fcb
Create strstr
2018-10-08 09:19:42 +02:00
Kamil Tomicki
6d1e6c8af2
Create fgets
2018-10-08 09:04:29 +02:00
Kamil Tomicki
38d32e51e4
Update puts
2018-10-08 08:57:43 +02:00
Kamil Tomicki
438de99799
Create puts
2018-10-07 11:48:21 +02:00
Kamil Tomicki
75a70d3e0b
Update scanf
2018-10-07 11:18:40 +02:00
Kamil Tomicki
589188bdcb
Create scanf
...
scanf
2018-10-06 18:50:52 +02:00
Wieland Hoffmann
c9d08ca7b4
c++/class: Use yas-c++-class-name
...
This does the same yas/substr calls previously done by the snippet.
2018-10-03 10:39:59 +02:00
Wieland Hoffmann
2ce06a1fa6
c++-mode: Use Name
as the default placeholder for all snippet
...
The snippets previously used Class, MyClass, Name and Type. Now it's just Name
in all of them, based on the class11 snippet.
2018-10-03 10:37:01 +02:00
Andrea Crotti
1d1ea6f20c
Merge pull request #285 from r-darwish/rust-snippets
...
Add Rust snippets
2018-09-22 20:28:15 +01:00
Andrea Crotti
7560ba92a3
Merge pull request #288 from kwrooijen/feature/add-hy-mode
...
Add hy-mode snippets
2018-09-22 20:27:33 +01:00
Andrea Crotti
9b210e3c0c
Merge pull request #291 from dpitic/master
...
New Python class and function Doxygen snippets
2018-09-22 20:26:53 +01:00
Dan Pitic
ffc08ac17f
Removed newline from C and NASM function Doxygen snippet. Added new
...
Python class and function Doxygen snippets.
2018-09-17 20:56:24 +08:00
Andrea Crotti
ef6eae61f1
Merge pull request #290 from l7ssha/master
...
[dart-mode] Fix template for async function
2018-09-09 11:15:21 +01:00