| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #89 from kyazdani42/refacto/remove-buf-state-and-api | Thomas Vigouroux | 2020-06-19 | 12 | -283/+134 | |
| |\ \ \ | |/ / |/| | | refacto: remove buf state and api | |||||
| | * | | add winnr to get_node_at_cursor | kiyan42 | 2020-06-19 | 3 | -4/+5 | |
| | | | | ||||||
| | * | | update docs | kiyan42 | 2020-06-19 | 3 | -50/+33 | |
| | | | | ||||||
| | * | | refacto: remove buf_state | kiyan42 | 2020-06-19 | 9 | -233/+100 | |
| |/ / | | | | | | | | | | | - remove buf_state and related code - add get_node_at_cursor() - better incremental selection (code is localized) | |||||
| * | | Merge pull request #88 from PitcherTear22/master | Thomas Vigouroux | 2020-06-17 | 2 | -0/+4 | |
| |\ \ | | | | | | | Give credits for java queries | |||||
| | * | | Give credits | Chinmay Dalal | 2020-06-17 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Give credits | Chinmay Dalal | 2020-06-17 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Merge pull request #87 from steelsojka/fix/js-boolean-fix | Kiyan Yazdani | 2020-06-15 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | fix(javascript): set booleans to boolean highlights | |||||
| | * | | | fix(javascript): set booleans to boolean highlights | Steven Sojka | 2020-06-15 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #86 from steelsojka/feat/json | Kiyan Yazdani | 2020-06-15 | 2 | -1/+14 | |
| |\ \ \ \ | | | | | | | | | | | feat(lang): add json highlights | |||||
| | * | | | | feat(lang): add json highlights | Steven Sojka | 2020-06-15 | 2 | -1/+14 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #85 from PitcherTear22/master | Thomas Vigouroux | 2020-06-15 | 3 | -1/+181 | |
| |\ \ \ \ | |/ / / |/| / / | |/ / | Add java support | |||||
| | * | | Fix types | Chinmay Dalal | 2020-06-15 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Add java to supported languages | Chinmay Dalal | 2020-06-15 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add operators | Chinmay | 2020-06-15 | 1 | -1/+27 | |
| | | | | ||||||
| | * | | Fix method highlighting | Chinmay | 2020-06-15 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Add highlights.scm and locals.scm | Chinmay | 2020-06-11 | 2 | -0/+154 | |
| | | | | ||||||
| * | | | Merge pull request #79 from steelsojka/feat/typescript-queries | Kiyan Yazdani | 2020-06-15 | 5 | -2/+256 | |
| |\ \ \ | | | | | | | | | feat(queries): add typescript and javascript queries | |||||
| | * | | | chore(queries): use inherited queries for ts/js | Steven Sojka | 2020-06-15 | 2 | -223/+0 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into feat/typescript-queries | Steven Sojka | 2020-06-15 | 11 | -11/+330 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Change regexes in C/C++ highlights Update C/C++ highlights to new query syntax Add better highlighting for preprocessor functions in C highlights Add operators /=,*=,|=,&= to C highlights Add compound_statement to c queries Add punctuation.bracket/punctuation.delimiter to C highlights Make =,~,! operators in C highlights Add cpp/locals.scm Add @error highlight to c/highlights.scm Add C++ highlights.scm Introduce base languages for queries Add tree-sitter-regex feat(queries): allow for user overrides Update issue templates | |||||
| | * | | | | feat(queries): add typescript and javascript queries | Steven Sojka | 2020-06-14 | 5 | -2/+479 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #83 from theHamsta/fixup-cpp-locals | Thomas Vigouroux | 2020-06-15 | 1 | -1/+1 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Fixup: Introduce base languages for queries | |||||
| | * | | | | Fixup: Introduce base languages for queries | Stephan Seitz | 2020-06-15 | 1 | -1/+1 | |
| |/ / / / | | | | | | | | | | | | | Use same argument for nvim_get_runtime_file for base language | |||||
| * | | | | Merge pull request #63 from theHamsta/cpp-locals | Kiyan Yazdani | 2020-06-15 | 6 | -8/+210 | |
| |\ \ \ \ | | | | | | | | | | | Introduce base languages for queries (for C++ locals) | |||||
| | * | | | | Change regexes in C/C++ highlights | Stephan Seitz | 2020-06-15 | 2 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Update C/C++ highlights to new query syntax | Stephan Seitz | 2020-06-15 | 4 | -16/+17 | |
| | | | | | | ||||||
| | * | | | | Add better highlighting for preprocessor functions in C highlights | Stephan Seitz | 2020-06-15 | 1 | -0/+5 | |
| | | | | | | ||||||
| | * | | | | Add operators /=,*=,|=,&= to C highlights | Stephan Seitz | 2020-06-15 | 1 | -2/+7 | |
| | | | | | | ||||||
| | * | | | | Add compound_statement to c queries | Stephan Seitz | 2020-06-15 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Add punctuation.bracket/punctuation.delimiter to C highlights | Stephan Seitz | 2020-06-15 | 1 | -2/+11 | |
| | | | | | | ||||||
| | * | | | | Make =,~,! operators in C highlights | Stephan Seitz | 2020-06-15 | 2 | -5/+10 | |
| | | | | | | ||||||
| | * | | | | Add cpp/locals.scm | Stephan Seitz | 2020-06-15 | 2 | -3/+57 | |
| | | | | | | ||||||
| | * | | | | Add @error highlight to c/highlights.scm | Stephan Seitz | 2020-06-15 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Add C++ highlights.scm | Stephan Seitz | 2020-06-15 | 3 | -1/+101 | |
| | | | | | | ||||||
| | * | | | | Introduce base languages for queries | Stephan Seitz | 2020-06-15 | 1 | -1/+21 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Some treesitter grammars just extend another treesitter grammar. This enables us to use the C queries also for C++. We only need to put additional queries in the C++ files. | |||||
| * | | | | Merge pull request #80 from steelsojka/feat/user-query-overrides | Kiyan Yazdani | 2020-06-15 | 2 | -4/+18 | |
| |\ \ \ \ | | | | | | | | | | | feat(queries): allow user query overrides | |||||
| | * | | | | feat(queries): allow for user overrides | Steven Sojka | 2020-06-14 | 2 | -4/+18 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #70 from theHamsta/regex | Thomas Vigouroux | 2020-06-14 | 3 | -0/+37 | |
| |\ \ \ \ | | | | | | | | | | | Add tree-sitter-regex | |||||
| | * | | | | Add tree-sitter-regex | Stephan Seitz | 2020-06-14 | 3 | -0/+37 | |
| |/ / / / | | | | | | | | | | | | | This might be interesting for injected highlighting | |||||
| * / / / | Update issue templates | Thomas Vigouroux | 2020-06-14 | 3 | -0/+66 | |
| |/ / / | | | | | | | Add some issue templates | |||||
| * | | | Merge pull request #77 from TravonteD/76-syntax-update | Thomas Vigouroux | 2020-06-12 | 2 | -8/+9 | |
| |\ \ \ | |/ / |/| | | - #76 update the predicate syntax for ruby and css | |||||
| | * | | - #76 update the predicate syntax for ruby and css | TravonteD | 2020-06-11 | 2 | -8/+9 | |
| |/ / | ||||||
| * | | Merge pull request #69 from theHamsta/go-highlights | Thomas Vigouroux | 2020-06-07 | 4 | -1/+204 | |
| |\ \ | | | | | | | Go highlights | |||||
| | * | | Update CONTRIBUTING.md for @doc | Stephan Seitz | 2020-06-07 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Add call references for Go | Stephan Seitz | 2020-06-07 | 1 | -0/+17 | |
| | | | | ||||||
| | * | | Add go locals.scm | Stephan Seitz | 2020-06-07 | 1 | -0/+43 | |
| | | | | ||||||
| | * | | Add highlights.scm for Go | Stephan Seitz | 2020-06-07 | 2 | -1/+137 | |
| | | | | ||||||
| * | | | Merge pull request #75 from theHamsta/html-quoted_attribute_value | Kiyan Yazdani | 2020-06-05 | 1 | -0/+1 | |
| |\ \ \ | |_|/ |/| | | html: Highlight (quoted_attribute_value) as @string | |||||
| | * | | html: Highlight (quoted_attribute_value) as @string | Stephan Seitz | 2020-06-05 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Merge pull request #68 from TravonteD/html | Thomas Vigouroux | 2020-06-02 | 2 | -1/+15 | |
| |\ \ | | | | | | | Add html highlight queries | |||||
