Robert Alonso
67fd1f496c
fix: reset modified environment variables after test
...
CustomLanguageTest was modifying a few environment
variables and not restoring them when complete. This
led to problems for later tests that expected those
variables to be at their default values.
2024-10-25 18:54:29 +00:00
Alex Harris
220a09bb7c
test: Added tests for TOML support
2024-10-11 18:15:04 +01:00
Alastair Mooney
92f6bda7f0
Update test_todo_parser.py
2024-10-11 10:24:24 +01:00
Miguel Palhas
64aac3bc8a
code review
2024-10-09 18:21:46 +01:00
Miguel Palhas
d6f93f3748
code review
2024-10-08 15:57:45 +01:00
Miguel Palhas
4f3709febb
code review
2024-10-08 12:32:18 +01:00
Miguel Palhas
94022cee51
code review
2024-10-08 12:16:19 +01:00
Miguel Palhas
7b5d19e941
code review
2024-10-08 12:02:02 +01:00
Miguel Palhas
e88cba0c82
code review
2024-10-08 11:57:17 +01:00
Miguel Palhas
26ed78e3f4
code review
2024-10-08 11:55:07 +01:00
Alastair Mooney
c49e159070
Update test_todo_parser.py
2024-09-25 13:01:51 +01:00
Alastair Mooney
f7cea8d10c
Merge branch 'master' into master
2024-09-25 12:54:20 +01:00
alstr
2f462edd70
Merge master into v5
2024-09-24 14:31:16 +01:00
alstr
935bd1b4d0
Update tests
2024-09-24 14:14:28 +01:00
Kevin Ge
6ee994070c
fix: number of Starlark tests in comment
2024-08-05 22:41:00 -07:00
Kevin Ge
1ff063b19e
fix: check filename if no extensions match
2024-08-05 22:38:54 -07:00
klarkc
7d8b984900
Add Agda doc and tests
2024-07-11 16:29:45 -03:00
klarkc
fe5e34d9ad
Add support for PureScript
2024-07-11 16:16:15 -03:00
unclebabykern
8ba861435d
test: add TSX closed issue tests and merge JSON
2024-07-03 18:00:20 -06:00
unclebabykern
2398638d34
cleanup redundant JS test func and add tsx
2024-07-01 17:48:55 -06:00
unclebabykern
3a40c001a9
remove sneaky semicolon
2024-05-29 12:19:37 -06:00
unclebabykern
a3b911658e
add liquid comment syntax w/ tests
...
Includes single line comment syntax with # that ignores block wrap tag requirement (e.g. {% %} enclosing line comments) for functional usage.
2024-05-29 12:17:56 -06:00
Aingeru
2bda10fabb
Added support for makefile language.
...
Signed-off-by: Aingeru <aingeru.develop@gmail.com>
2024-03-12 12:49:15 +01:00
elftausend
401dca3ded
Add support for .cu files
2024-02-16 17:10:20 +01:00
alstr
4453da85d8
Fix URL
2024-01-01 09:38:09 +00:00
Christoph Koschel
493e0c4993
Fixed typo
2023-12-31 18:06:59 +01:00
Christoph Koschel
f95e764cfd
Change costume language test url to main repo
2023-09-30 20:09:39 +02:00
Christoph Koschel
952f3d6c85
Added unit tests
2023-09-30 19:39:59 +02:00
Christoph Koschel
008d51b5ea
Update unit tests
2023-09-11 11:04:43 +02:00
Alastair Mooney
c5da50f1dd
Update test_todo_parser.py
2023-09-07 14:08:55 +01:00
Alastair Mooney
301fb433a3
Update test_todo_parser.py
2023-09-07 13:57:23 +01:00
Christopher Dehner
d2cd9ce383
add tests for VBA component files
2023-08-28 15:34:21 -04:00
Christoph Koschel
b11a016430
Unit tests for testing escaping
2023-07-08 21:19:27 +02:00
Max Brede
4f20f4b489
Added Rmarkdown-support
2023-03-23 14:44:16 +01:00
Max Brede
903c9cdf92
added Rmd-Support, tests subsumised under md
2023-03-23 14:22:28 +01:00
Max Brede
dab20df5f2
added rmd support
2023-03-23 14:05:08 +01:00
Alastair Mooney
8944832656
Merge branch 'master' into support-jsonc
2023-02-28 13:47:02 +00:00
Rich Alimi
de2352f8dd
Add support for Starlark.
...
Support is similar to Python, as it is a python dialect. However, it does not support block comments.
See spec: https://github.com/bazelbuild/starlark/blob/master/spec.md
2023-02-25 06:45:49 +00:00
Rich Alimi
53f6d2f8fe
Add support for JSON with Comments.
...
Support is similar to JSON5, except block comments are also supported.
2023-02-25 06:22:46 +00:00
DosangGu
e2ff49576f
add test for xaml file
2023-02-09 08:13:26 +00:00
Alastair Mooney
f8b1f77543
Merge branch 'master' into master
2022-12-22 08:32:29 +00:00
Walker
de829edf0c
Add Nix support
2022-12-21 14:46:54 -03:00
Sara
5c1945ed0a
fixed gdscript
2022-12-15 15:08:03 +00:00
Sara
dc1cbbf703
added GDScript
2022-12-10 21:45:51 +00:00
alstr
4fcac8cc35
Fix Clojure tests
...
Fixes #131
2022-10-27 08:50:10 +01:00
Marcos Soutullo Rodriguez
7032c76bc5
feat: add support for JSON5
2022-10-16 12:00:41 +01:00
Marcos Soutullo Rodriguez
9e57f4e103
feat: add JSON5 support
2022-10-16 11:00:18 +01:00
shinshin86
2e06eb6374
Fix test
2022-07-31 09:29:51 +09:00
alstr
c0c9874e71
Update tests
2022-07-05 14:26:16 +01:00
Ondrej Sebek
eb70416bed
Test Haskell new issue
2022-06-30 21:08:48 +02:00