summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02highlights(lua): Organize `function_call` queriesSergio Alejandro Vargas
2021-08-02highlights(lua): Fix method callsSergio Alejandro Vargas
The usual `function_call` query would highlight the objects at the beginning of a method call. The `method` query has to account for this, and highlight the identifier as a variable again.
2021-08-02Update lockfile.jsonGitHub
2021-08-02Update teal highlightsStephan Seitz
2021-08-02Update lockfile.jsonGitHub
2021-08-01Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)
* Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections
2021-08-01CI: don't require to have parsers installed to check for injectionsSantos Gallegos
2021-08-01add compound_lit.c testleo60228
2021-08-01Indent C compound_literal_expressionleo60228
2021-07-31Use node actionStephan Seitz
2021-07-30Add some missing ftdetect filesTae Sandoval
2021-07-29[docgen] Update README.mdGithub Actions
skip-checks: true
2021-07-29feature: add gdresource ftdetectPierre Poupin
2021-07-29feature: make godotResource compatible with gdresource filetypePierre Poupin
2021-07-29[docgen] Update README.mdGithub Actions
skip-checks: true
2021-07-29feature: add godotResource queriesPierre Poupin
2021-07-25highlights(clojure): fix highlighting of #_Stephan Seitz
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
2021-07-24Update lockfile.jsonGitHub
2021-07-23Update YANG parser revision and highlights queryTomas Sandven
2021-07-22Update lockfile.jsonGitHub
2021-07-22added very basic HCL indentation supportMark Ellis
2021-07-22Remove regex for fieldHennadii Chernyshchyk
2021-07-21recurse_local_nodes: type check local_def to ensure it is a table (#1331)mads kjeldgaard
2021-07-20fix: make additional_vim_regex_highlighting actually accept a listSimon Hauser
2021-07-20Update lockfile.jsonGitHub
2021-07-20injections(cuda): add injections.scmStephan Seitz
2021-07-20highlights(cuda): add support for __launch_bounds__Stephan Seitz
2021-07-19Update lockfile.jsonGitHub
2021-07-19Change install command on MacStephan Seitz
Fixes #1600
2021-07-19YANG fold on blocksDavid Hotham
2021-07-19Update README.mdDuarte OC
2021-07-19Updated TSInstall example command. Duarte OC
When getting set up, the current instructions make me think I have to write `:TSInstall {'python'}`, when the correct command is `TSInstall python` Let me know if this makes sense 😄
2021-07-19"-z" needs to come before "-f".Laurence Tratt
2021-07-19Add `-z` switch to tar.Laurence Tratt
Some versions of tar automatically infer `-z` if a `.gz` (or other compressed extension) file is passed -- but some, including OpenBSD's, don't do this and require an explicit `-z`. As far as I know, any version of tar which automatically unzips files supports `-z` so this should be a backwards compatible change for most versions of tar.
2021-07-19Update lockfile.jsonGitHub
2021-07-19Update transferred fish repo info26797767+krnik
2021-07-19docs: notify about 0.5-compat in the readmeThomas Vigouroux
2021-07-19Don't capture quotes as commentsOliver Marshall
2021-07-19Remove last @aOliver Marshall
2021-07-19Remove docstring highlightsOliver Marshall
2021-07-19Use ignored capture groupsOliver Marshall
2021-07-19Improve some commentsOliver Marshall
2021-07-19Improve highlights for typesOliver Marshall
2021-07-19Remove constant highlightingOliver Marshall
2021-07-19Add forgotten annon function highlightOliver Marshall
2021-07-19Add header commentOliver Marshall
2021-07-19Add some todosOliver Marshall
2021-07-19Add context based highlighting for def, defn & nsOliver Marshall
2021-07-19Revamp the symbol highlightingOliver Marshall
2021-07-19Move meta punctuationOliver Marshall