UserNobody14 / tree-sitter-dart

Attempt to make a tree-sitter grammar for dart
MIT License
59 stars 36 forks source link

Unhide final and const nodes #9

Closed akinsho closed 4 years ago

akinsho commented 4 years ago

This PR makes const and final discoverable for highlighting by removing the _ from const/final_builtin and updates the relevant tests.

cc @TimWhiting