Commit Graph

11910 Commits (c4049175025318745ceff6af60f60b7a8e645203)
 

Author SHA1 Message Date
Wilfred Hughes c404917502 Update changelog and manual for Newick 2023-02-21 08:46:55 +07:00
Wilfred Hughes 9556cd978e Merge branch 'delehef/master' 2023-02-21 08:46:07 +07:00
Franklin Delehelle 21ded51e90 Add newick example files 2023-02-21 08:45:49 +07:00
Wilfred Hughes 1ff64dddcb Mention Racket in the changelog 2023-02-21 08:33:28 +07:00
Wilfred Hughes bdb314de45 Add Racket to the list of languages in the manual 2023-02-21 08:32:38 +07:00
6cdh 5e659e2d98 add racket highlight 2023-02-21 08:30:00 +07:00
Franklin Delehelle a0b9df0e29
Add support for Newick tree files 2023-02-16 15:52:16 +07:00
Franklin Delehelle 7da090705c Add 'vendored_parsers/tree-sitter-newick/' from commit '44d8a6382493b800fec01df48524a5b24eb6f7ad'
git-subtree-dir: vendored_parsers/tree-sitter-newick
git-subtree-mainline: a7f06471e1
git-subtree-split: 44d8a63824
2023-02-16 10:24:42 +07:00
Franklin Delehelle 44d8a63824
Add a README 2023-02-15 14:24:15 +07:00
Franklin Delehelle 3c0bf64ae5
clean up the syntax tree 2023-02-15 14:08:27 +07:00
Franklin Delehelle 82b585d3f2
feat: first working version 2023-02-15 00:12:29 +07:00
6cdh 3c418168a4 fix bug in here_string 2023-02-12 16:45:38 +07:00
6cdh 24ccd0c527 Merge commit '1a5df0206b25a05cb1b35a68d2105fc7493df39b' into add-racket 2023-02-12 16:41:16 +07:00
6cdh 1a5df0206b update crlf behavior 2023-02-12 16:36:24 +07:00
6cdh c3fd603200 fix: newline in string, wrong behavior in here_string 2023-02-12 16:20:59 +07:00
6cdh 2fade3e0bf fix here string 2023-02-12 13:57:45 +07:00
6cdh fe756905bf added Racket support 2023-02-12 13:39:58 +07:00
6cdh 62a5f20bf6 Add 'vendored_parsers/tree-sitter-racket/' from commit 'dc9c33451fefc2d84d226e55c828adc8a66f2e37'
git-subtree-dir: vendored_parsers/tree-sitter-racket
git-subtree-mainline: a7f06471e1
git-subtree-split: dc9c33451f
2023-02-12 11:49:52 +07:00
Wilfred Hughes a7f06471e1 Update changelog 2023-02-10 08:52:07 +07:00
Wilfred Hughes 96fc044e6d Improve syntax highlighting
`@include` and `@exception` are both used for highlighting keywords in
several languages.
2023-02-10 08:50:43 +07:00
Wilfred Hughes 0f1d323bf3 Disable lua-match? highlighting predicates
This fixes inaccurate type highlighting in Scala.

See #310
2023-02-10 08:45:41 +07:00
Wilfred Hughes 77006dca65 Don't recompile parsers when only the highlight queries changed 2023-02-10 08:36:15 +07:00
Wilfred Hughes 5db907f393
Merge pull request #481 from hugo-vrijswijk/master
Update tree-sitter-scala
2023-02-08 17:52:46 +07:00
Wilfred Hughes df6f4618b6 Update expected output for 62da0d56cc 2023-02-08 17:51:28 +07:00
Wilfred Hughes 18b46812c0 Update C++ expected output for 63cf71641a 2023-02-08 17:49:05 +07:00
Hugo van Rijswijk afad33c71e update compare.expected 2023-02-08 11:16:19 +07:00
Hugo van Rijswijk bd33580eed update highlights scala.scm 2023-02-08 11:05:02 +07:00
Hugo van Rijswijk 0a4c977311 Merge commit '628e0aab6c2f7d31cf3b7d730f964d4fd9b340ee' 2023-02-08 10:50:58 +07:00
Wilfred Hughes 62da0d56cc Fix error message 2023-02-05 22:43:58 +07:00
Wilfred Hughes 952d55ee22 Don't bother logging parse errors 2023-02-05 22:03:08 +07:00
Wilfred Hughes 96a80c4d21 Improve naming for parse error limit 2023-02-05 17:30:24 +07:00
Wilfred Hughes 63cf71641a Display file size in the header if it's too big 2023-02-05 17:28:39 +07:00
Wilfred Hughes 7d5afd78dc Respect --error-limit when parsing
Next step for #472
2023-02-04 22:29:18 +07:00
Wilfred Hughes 7ec0c2a956 Remove unnecessary concat! calls 2023-02-04 22:02:28 +07:00
Wilfred Hughes 553a1ef231 Count error nodes when walking tree-sitter tree
First steps of #472
2023-02-04 16:46:17 +07:00
Wilfred Hughes d425685284 Next version will be 0.44 2023-02-04 16:42:22 +07:00
Wilfred Hughes 9e8a90649c Run normal (not ignored) tests on Linux CI
Fixes #480
2023-02-04 15:27:02 +07:00
Wilfred Hughes f43e0d7e9a Mention 0.43.1 in changelog 2023-02-04 15:26:53 +07:00
Wilfred Hughes 829ab7b50c Next release will be 0.43.1 2023-02-04 14:10:49 +07:00
Wilfred Hughes 8d1b26e3f4 Update release dates in changelog 2023-02-04 14:10:15 +07:00
Wilfred Hughes f77730005e Add clarifying comment 2023-02-04 14:09:30 +07:00
Wilfred Hughes 34f21c6d9f Only run the gzip test on Linux CI
This test fails when a MIME database isn't present, such as the
Windows CI environment or minimal environments (reported in #478).
2023-02-04 11:14:46 +07:00
Wilfred Hughes cf7b927765 Skip rather than cancelling concurrent docs builds 2023-02-04 10:57:40 +07:00
Wilfred Hughes eb8097f626 Bump version following release 2023-02-02 22:32:00 +07:00
Wilfred Hughes ed0f50fa68 Remove --error-limit to prepare for release 2023-02-02 22:22:23 +07:00
Wilfred Hughes 0177ce27f9 Mention #473 in the changelog 2023-02-02 22:19:52 +07:00
Wilfred Hughes b6e756ed1a
Merge pull request #473 from Miksu82/master
Fix file content type detection for small gzipped files
2023-02-02 22:18:59 +07:00
Wilfred Hughes b78067a96b Disable unfinished error_limit logic to prepare for release 2023-02-02 22:11:31 +07:00
Wilfred Hughes bf26ec890f Update changelog for #475 2023-02-02 22:11:24 +07:00
Wilfred Hughes 4811192516
Merge pull request #475 from n9v9/bugfix/windows-dev-null
Check arguments passed from Git for `/dev/null`
2023-02-02 22:07:05 +07:00