tree-sitter-vala

Commits at 6a0dd9d1bad6a0528ef96fdef2950270856cf8fb

  1. 6a0dd9d1 handle more strings Princeton Ferro authored at Princeton Ferro comitted at
  2. 952abb81 more comments in highlights.scm Princeton Ferro authored at Princeton Ferro comitted at
  3. 97a2fe29 highlight more operators and keywords Princeton Ferro authored at Princeton Ferro comitted at
  4. 5bc67c98 support optional 'not' in type relational expr Not yet supported in Vala. Princeton Ferro authored at Princeton Ferro comitted at
  5. cfd333b5 disable parsing of comments inside strings Princeton Ferro authored at Princeton Ferro comitted at
  6. 6ee98a91 add highlights for nvim-treesitter Princeton Ferro authored at Princeton Ferro comitted at
  7. 04657341 fix ambiguity with *-expressions Fixed ambiguity with expressions with asterisks, like local declarations with pointer types, pointer dereferences, or multiplications. Princeton Ferro authored at Princeton Ferro comitted at
  8. ff238441 support logical operator keywords Princeton Ferro authored at Princeton Ferro comitted at
  9. 8ab2dedd highlight == operator Princeton Ferro authored at Princeton Ferro comitted at
  10. d2fdae3a support with statements Princeton Ferro authored at Princeton Ferro comitted at
  11. a934d634 support nested functions and a few fixes Princeton Ferro authored at Princeton Ferro comitted at
  12. f45d0127 support partial types Princeton Ferro authored at Princeton Ferro comitted at
  13. 9dbe0132 add locals query Princeton Ferro authored at Princeton Ferro comitted at
  14. a6126f33 highlight methods different from function calls Princeton Ferro authored at Princeton Ferro comitted at
  15. 63707301 add injection name Princeton Ferro authored at Princeton Ferro comitted at
  16. fe68baf6 fix escape sequences, catch clauses, pointer types Princeton Ferro authored at Princeton Ferro comitted at
  17. 9670fa95 highlight destructor names Princeton Ferro authored at Princeton Ferro comitted at
  18. 3af606b0 improve escape sequences and yield Princeton Ferro authored at Princeton Ferro comitted at
  19. af8f0adb add 'value' expression - used within a property accessor Princeton Ferro authored at Princeton Ferro comitted at
  20. e0f83467 highlight string formatters and other fixes - also allow attributes on errordomain methods Princeton Ferro authored at Princeton Ferro comitted at
  21. f2b10392 improve grammar - add slice expression - fixes Princeton Ferro authored at Princeton Ferro comitted at
  22. 6c753f01 improve grammar - support preprocessor statements - support constructors and destructors - other fixes Princeton Ferro authored at Princeton Ferro comitted at
  23. e2a345e2 improve grammar - handle more expressions and declarations Princeton Ferro authored at Princeton Ferro comitted at
  24. 8d391baa add signals and delegates Princeton Ferro authored at Princeton Ferro comitted at
  25. bc98c908 add lambda expressions Princeton Ferro authored at Princeton Ferro comitted at
  26. afbf6c4f improve highlight - of symbols - "owned" keyword Princeton Ferro authored at Princeton Ferro comitted at
  27. 97545d4c add more rules, improve highlights - add enum, errordomain, interface, and struct - highlight more keywords Princeton Ferro authored at Princeton Ferro comitted at
  28. ee72702f add base access, improve element access exprs Princeton Ferro authored at Princeton Ferro comitted at
  29. 8855677d highlight using Princeton Ferro authored at Princeton Ferro comitted at
  30. f594e0fe improve grammar - highlight var and 'void' as builtin types - allow non-decls in for statement Princeton Ferro authored at Princeton Ferro comitted at
  31. d4f093a0 support switch statements Princeton Ferro authored at Princeton Ferro comitted at
  32. 3c63fbb7 add element access, yield expression; other fixes Princeton Ferro authored at Princeton Ferro comitted at
  33. ab58415d add more statements (if, while, do, for, foreach) Princeton Ferro authored at Princeton Ferro comitted at
  34. 34760c1f add try-catch-finally Princeton Ferro authored at Princeton Ferro comitted at
  35. bf60a44d improve grammar and fix member access parsing - highlight operators - highlight names in method calls - fix some ambiguities Princeton Ferro authored at Princeton Ferro comitted at
  36. 6d443bff improve constants, initializers, and static casts Princeton Ferro authored at Princeton Ferro comitted at
  37. 7f79306e improve grammar and highlighting - highlight keywords - add more rules Princeton Ferro authored at Princeton Ferro comitted at
  38. 6dcaef1b update README Princeton Ferro authored at Princeton Ferro comitted at
  39. 1b6079ec improve grammar and implement highlighting queries - drop type_weak - introduce queries/highlights.scm - add some more rules to the grammar Princeton Ferro authored at Princeton Ferro comitted at
  40. 4f97f0a5 fix method parameters Princeton Ferro authored at Princeton Ferro comitted at
  41. b633332d improve expressions Princeton Ferro authored at Princeton Ferro comitted at
  42. 2ed0adcd simplify grammar Princeton Ferro authored at Princeton Ferro comitted at
  43. 252a5d2f support field declarations Princeton Ferro authored at Princeton Ferro comitted at
  44. 7c1e64c6 add test for namespaces Princeton Ferro authored at Princeton Ferro comitted at
  45. cc2f97c9 Initial commit Princeton Ferro authored at Princeton Ferro comitted at