summaryrefslogtreecommitdiff
path: root/queries/scala
AgeCommit message (Collapse)Author
2022-09-26feat(spell): support more languagesLewis Russell
2022-08-03Split func/method definition from calls in several programming language querieslfenzo
2021-11-23Prefer lua-match over matchLewis Russell
as string.find is much quicker than vim.regex:match*
2021-11-02chore: fix typosDundar Göc
2021-10-07Add scala maintainerStevan Milic
Add fold for scala val definition to support type class entries
2021-09-04Add scala foldsStevan Milic
2021-09-04Update scala highlightsStevan Milic
* add highlights for imports * add highlights for type constructors * add highlights for constants * add highlights for interpolation string * add highlights for comments through injection
2021-08-28update scala highlights (#1760)Stevan Milic
* add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com>
2021-08-25add keywords to scala highlights (#1662)Stuart Mashaal
* add keywords to scala highlights * special capture for special keywords * add while to 'repeat' capture * pr cleanup, exmaples in CONTRIBUTING.md * add backquotes for consistency in docs * group @repeat keywords, fix null * comment-out 'macro' and 'forSome' * fix 'this' and 'super' keyword * remove accidental files :facepalm: * update revision * fix "super" and "this" * godammit these .metals files are killing me * why did I commit this??? Co-authored-by: Stuart Mashaal <smashaal@hopper.com>