alstr
5deed04e1e
Add Julia TODO
2022-01-20 13:32:18 +00:00
Alastair Mooney
a7d72a3a65
Merge pull request #99 from jonrkarr/patch-2
...
Add markers for multi-line Python comments
2022-01-20 13:19:41 +00:00
Alastair Mooney
ae0016508a
Merge pull request #100 from jonrkarr/patch-1
...
Add marker patterns for SCSS
2022-01-20 13:18:38 +00:00
Jonathan Karr
bd48a8a12c
test(python): corrected diff markup in examples for number of lines
2022-01-19 10:14:10 -05:00
Jonathan Karr
8f93a7f04a
test(scss): added tests
2022-01-19 10:12:04 -05:00
Jonathan Karr
f1a821c2ac
refactor: removed redundant marker definitions for Sass
2022-01-19 10:01:18 -05:00
Jonathan Karr
7e5a3854eb
test(python): added tests for multiline comments
2022-01-19 09:59:15 -05:00
Jonathan Karr
157201826d
Added marker patterns for SCSS and Sass
2022-01-17 13:35:52 -05:00
Jonathan Karr
3ec876d51a
Add markers for multi-line Python comments
2022-01-17 13:25:16 -05:00
Alastair Mooney
fa33680f84
Merge pull request #96 from qwinters/master
...
Fix LaTeX bug + add tests
2021-12-16 14:56:45 +00:00
Quinn Winters
4dca8a215f
fix: Clean up TeX syntax and add tests
...
1. Swap `\` for `\\` for TeX block comments to avoid issues with parsing
2. Add tests for TeX, Julia, AutoHotKey, Org mode, and Handlebars
3. Ensure tests can be run with 1 line command
4. Change logic in test framework so that tests run off of local version
of `syntax.json` rather than remote version
5. Add details for running tests + adding tests for your syntax PR to
readme
6. Add .gitignore file for python (to avoid compiles form tests winding
up in commits)
2021-12-13 19:13:37 +01:00
Alastair Mooney
283da1a7cc
Merge pull request #93 from turingbeing/add-hcl-support
...
Add `HCL`
2021-12-01 14:49:44 +00:00
Alastair Mooney
02e6a4e7b5
Update syntax.json
2021-12-01 14:48:17 +00:00
David Gilmore
8faaaa60c0
Add HCL
2021-11-25 17:48:02 +00:00
Alastair Mooney
9e10e5f156
Merge pull request #92 from tatsuro-m/golang
...
Add support for Go
2021-11-24 13:39:17 +00:00
tatsuro-m
29eb07c7a5
Add support for Go
2021-11-22 17:21:08 +09:00
tatsuro-m
74630fbc8d
update README
2021-11-22 17:07:40 +09:00
Alastair Mooney
b8d0fa259a
Update action.yml
2021-11-11 13:57:14 +00:00
Alastair Mooney
c4983216ad
Update README.md
2021-11-11 13:29:18 +00:00
alstr
7a0162637b
Use prebuilt Docker image
...
Fixes #89
2021-11-11 13:25:27 +00:00
alstr
d8373a95ac
Add support for end-of-line TODOs
...
Fixes #87
2021-11-10 09:44:27 +00:00
Alastair Mooney
3ad11918d0
Update README.md
2021-11-09 12:06:27 +00:00
Alastair Mooney
5b7bb86dc9
Merge pull request #86 from mbtools/abap
...
Add support for ABAP and ABAP CDS languages
2021-11-09 12:05:33 +00:00
Alastair Mooney
ebee9c76f1
Update syntax.json
2021-11-09 12:03:27 +00:00
Marc Bernard
907db30e7f
Update readme
2021-11-08 12:09:44 -05:00
Marc Bernard
816fe1d4b1
Escape star
2021-11-08 12:07:45 -05:00
Marc Bernard
8a3b21e2bf
Add support for ABAP and ABAP CDS languages
...
ABAP
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencomment.htm
ABAP CDS
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencds_general_syntax_rules.htm
Closes #85
2021-11-08 09:33:40 -05:00
alstr
7712fef2fd
Add support for auto assigning issues
...
Closes #84
2021-11-05 09:19:50 +00:00
Alastair Mooney
315813a568
Merge pull request #81 from nickderobertis/add-pr-support
...
Add support for running on a workflow triggered by a pull request
2021-11-05 08:49:36 +00:00
Alastair Mooney
63e48f5ed2
Update README.md
2021-11-04 12:49:07 +00:00
Alastair Mooney
f6bab3ee57
Update README.md
2021-11-04 12:44:06 +00:00
alstr
c18ed3eab7
Add Vue support
2021-11-04 12:42:41 +00:00
alstr
bb364c4c2d
Resolve conflict
2021-11-04 12:40:42 +00:00
Alastair Mooney
d9aa434d23
Update syntax.json
2021-11-04 12:26:47 +00:00
Alastair Mooney
6594549f94
Update README.md
2021-11-04 12:22:40 +00:00
Alastair Mooney
60f32aabbc
Merge pull request #83 from internet-diglett/patch-1
...
Add language support for Rust
2021-11-04 12:21:24 +00:00
Alastair Mooney
5b6ad9381f
Merge branch 'master' into patch-1
2021-11-04 12:20:32 +00:00
Alastair Mooney
aee7bf55f5
Merge pull request #82 from MadsBalslev/master
...
Add Razor language support
2021-11-04 12:15:52 +00:00
Alastair Mooney
655b5bf533
Fix typo
2021-11-04 12:14:51 +00:00
Levon Tarver
aff5175c61
Add block comment support for Rust
2021-11-02 21:27:06 -05:00
Levon Tarver
c4d82bdcf4
Add line comment support for Rust
2021-11-02 21:16:20 -05:00
Mads Balslev
eb3be0aef1
Add Razor language support
2021-10-28 11:45:08 +02:00
Nick DeRobertis
e39632954a
Revert "Add gitignore and requirements.txt for local development"
...
This reverts commit bbb0909595 .
2021-10-24 12:28:13 -04:00
Nick DeRobertis
ae75d8bae4
Revert "Display github client information"
...
This reverts commit dd21bd0164 .
2021-10-24 12:27:53 -04:00
Nick DeRobertis
313d5e4ec8
Revert "Revert "Remove debugging prints""
...
This reverts commit 578030b505 .
2021-10-24 12:24:57 -04:00
Nick DeRobertis
578030b505
Revert "Remove debugging prints"
...
This reverts commit ed9392d252 .
2021-10-24 12:17:53 -04:00
Nick DeRobertis
d419ec1f17
Try automatically setting base ref for PRs
2021-10-24 12:17:36 -04:00
Nick DeRobertis
ed9392d252
Remove debugging prints
2021-10-24 12:16:11 -04:00
Nick DeRobertis
308708439c
Use correct environment variable for diff url
2021-10-24 11:25:19 -04:00
Nick DeRobertis
2c95e88a49
Fix debug statement
2021-10-24 11:15:36 -04:00