Commit Graph

93 Commits (cf0b6d92bf9d70d141d29076bbe734a867329e82)
 

Author SHA1 Message Date
Benjamin Sobel cf0b6d92bf even more fixes 2022-05-21 14:15:24 +07:00
Benjamin Sobel 5e5d9533b5 fixes and tests 2022-05-21 12:33:29 +07:00
UserNobody14 f95876f0ed
Merge pull request #27 from hanywang2/mit-license
Add MIT license
2022-05-07 10:16:06 +07:00
Han Wang 8d7fc0ba64 Create LICENSE 2022-04-06 21:17:21 +07:00
Han Wang 48f5d4765a Remove LICENSE 2022-04-06 21:16:27 +07:00
Han Wang 2bca63ce68 Create LICENSE 2022-04-06 21:12:28 +07:00
Tim Whiting 6a25376685 update node on this computer 2021-06-04 09:39:40 +07:00
Tim Whiting 7d7fa53d4a add argument 2021-06-04 09:33:29 +07:00
Tim Whiting 6f332a211a fix highlights and regenerate 2021-05-14 07:32:45 +07:00
Tim Whiting de611da512
Merge pull request #16 from theHamsta/0.19.2
Update parser to 0.19.2 (ABI break!)
2021-03-07 20:42:29 +07:00
Stephan Seitz 39f4da3766 Update parser to 0.19.2 (ABI break!) 2021-03-07 16:39:34 +07:00
Tim Whiting 9432021ba6 Merge branch 'master' of github.com:UserNobody13/tree-sitter-dart into master 2020-11-14 13:11:31 +07:00
Tim Whiting 731f26832a add documentation comment test 2020-11-14 13:11:21 +07:00
Tim Whiting 205200b6e5
Merge pull request #14 from theHamsta/dollar-escape
Fix #11: Fix regex for identifier_dollar_escaped
2020-11-14 13:09:39 +07:00
Tim Whiting b2e7050725 update test 2020-11-14 13:00:30 +07:00
Stephan Seitz 81b2b80389 Fix #11: Fix regex for identifier_dollar_escaped 2020-11-14 18:00:28 +07:00
Tim Whiting 62e995cd0e adjust type arguments slightly 2020-11-10 09:26:20 +07:00
Tim Whiting db6935a5e0
Merge pull request #10 from akinsho/unhide-case-statement
Reveal "case" builtin
2020-09-17 19:54:06 +07:00
Akin Sowemimo 6739c444fb Un-hide "case" statement 2020-08-07 10:04:04 +07:00
UserNobody14 07fc459547
Merge pull request #9 from akinsho/unhide-final-const-var-nodes
Unhide final and const nodes
2020-08-07 01:31:58 +07:00
Akin Sowemimo 29fbe36547 Remove unnecessary var builtin 2020-08-06 22:00:53 +07:00
Akin Sowemimo 57e477844c Un-hide const, var and final nodes 2020-08-06 21:55:46 +07:00
Tim Whiting 63f902d950 New test for identifiers 2020-07-29 09:18:42 +07:00
Ben Sobel fc8f57142f Highlighting improvements. 2020-07-25 10:05:28 +07:00
Ben Sobel c0774755b8 Working on nested comment issue. 2020-07-25 09:03:16 +07:00
Ben Sobel 30bef5c351 Working on documentation comment issue. 2020-07-25 07:48:44 +07:00
Ben Sobel 7926143186 Fixed get and set as identifiers issue. 2020-07-24 09:01:46 +07:00
Tim Whiting 9db3226a41 minor changes 2020-07-23 09:12:50 +07:00
Tim Whiting 2c62d2249e fix a few small things 2020-07-23 09:03:54 +07:00
Tim Whiting b46d78dacc add in failing comment 2020-07-23 08:44:09 +07:00
Tim Whiting fb53582446 add in test and fix type alias with metadata 2020-07-23 08:40:23 +07:00
Ben Sobel a50a2ccbf6 Fixed type cast issue! 2020-07-22 21:16:50 +07:00
Ben Sobel 5f085080e8 working on type-cast issue... 2020-07-22 19:09:12 +07:00
Ben Sobel 31d3613f69 Merge branch 'master' of https://github.com/UserNobody14/tree-sitter-dart
 Conflicts:
	src/parser.c
2020-07-21 18:26:39 +07:00
Ben Sobel 5c07f62f9f irrelevant commit items. 2020-07-21 18:26:26 +07:00
Tim Whiting 8145adb145 a bit of cleanup 2020-07-20 21:00:13 +07:00
Tim Whiting 1513a2ccc9 add in set failure 2020-07-20 14:07:12 +07:00
Tim Whiting 78cb83e0d6 add in labeled statement, fix some typedef issues and add in nullable selector 2020-07-20 14:03:18 +07:00
Tim Whiting d4654dc99f fix some factory, external, and native syntax 2020-07-20 10:41:05 +07:00
Tim Whiting 927fe3dcba fix native keyword 2020-07-20 10:22:34 +07:00
Tim Whiting a61def8780 fix extension declarations with no body 2020-07-20 10:19:33 +07:00
Tim Whiting ef762e7636 fixed escaped newline regression in string 2020-07-20 09:45:16 +07:00
Tim Whiting 795c36d0e7 fix null function argument and also add in test for a method with keyword get 2020-07-19 23:10:46 +07:00
Ben Sobel 321d95d794 Fixed 'raw strings backslash issue'
Fixed 'library type name dot issue'
Worked on 'type cast issue' (unfinished)
2020-07-19 18:28:26 +07:00
Ben Sobel b32eff2dc8 Fixed 'Simple assert not null' test. 2020-07-19 14:08:38 +07:00
Tim Whiting 8f730cdb4a finished literals, started on expressions 2020-07-17 13:03:06 +07:00
Tim Whiting c336befb1d add in some documentation on the literals 2020-07-17 12:56:58 +07:00
Tim Whiting 779f53c4cf remove a bunch of legacy and java specific code, removes some features that are not present in dart language, especially with numeric literals 2020-07-17 12:40:58 +07:00
Tim Whiting f2a7868742 add in another failing type cast test 2020-07-15 10:44:16 +07:00
Tim Whiting a3376f9880 find another potential precedence issue with non null assertions, also added some more null aware syntax 2020-07-14 22:28:09 +07:00