Commit graph

  • c240b5b5a3 fix: remove goto statements kiyan42 2020-06-29 16:16:18 +02:00
  • d84c03cb1b update installer with sync and some fixes kiyan42 2020-06-29 16:07:16 +02:00
  • 92162b54cf add used_by key to parsers kiyan42 2020-06-29 14:46:25 +02:00
  • 0f4ee7af72
    Merge branch 'master' into master Chinmay Dalal 2020-06-29 17:25:57 +05:30
  • 6478431f7c
    Add method reference operator Chinmay Dalal 2020-06-29 17:22:19 +05:30
  • a2f0931254 Extend documentation for TSError Stephan Seitz 2020-06-27 20:43:41 +02:00
  • 5dcbfcc1c8 Extend documentation for TSError Stephan Seitz 2020-06-27 20:43:41 +02:00
  • f4b87d3364 highlights: declare links as defaults Thomas Vigouroux 2020-06-29 09:00:06 +00:00
  • 56784edcd2 highlights: declare links as defaults Thomas Vigouroux 2020-06-29 09:00:06 +00:00
  • b184f1cafb
    Java highlights: Capture parameters in declaration (#93) Chinmay Dalal 2020-06-29 14:18:13 +05:30
  • 5468fa6264
    Remove duplicate Chinmay Dalal 2020-06-28 19:06:23 +05:30
  • 5863b05d2d
    remove @variable Chinmay Dalal 2020-06-28 18:07:37 +05:30
  • 2f5ffbadc2 Add &= and |= Chinmay Dalal 2020-06-28 17:00:00 +05:30
  • 5937c177ca remove left shift, add ^= Chinmay Dalal 2020-06-28 16:51:03 +05:30
  • c856258f62
    Re-add builtin operators Chinmay Dalal 2020-06-28 16:20:21 +05:30
  • 54438439e6 C highlights: Add highlight for #elif Stephan Seitz 2020-06-27 21:06:11 +02:00
  • c27d35adc5 Fix typo in documentation: labe: -> label: Stephan Seitz 2020-06-27 20:33:55 +02:00
  • f563803440
    Add bitwise operators Chinmay Dalal 2020-06-28 15:28:22 +05:30
  • 998e32b29a C highlights: Add highlight for #elif Stephan Seitz 2020-06-27 21:06:11 +02:00
  • b0f65cfce4
    Merge pull request #102 from vigoux/fix-94 Stephan Seitz 2020-06-27 21:04:17 +02:00
  • 5a34921cfa Fix typo in documentation: labe: -> label: Stephan Seitz 2020-06-27 20:33:55 +02:00
  • aa4746c722
    Merge pull request #115 from kyazdani42/doc/update-install-doc Stephan Seitz 2020-06-27 20:31:16 +02:00
  • ddb41c36e8 update docs for TSInstall kiyan42 2020-06-27 12:43:19 +02:00
  • 282e18edd1 highlight: use custom highlight groups Thomas Vigouroux 2020-06-21 19:43:02 +02:00
  • 136df5fa51 highlight: use custom highlight groups Thomas Vigouroux 2020-06-21 19:43:02 +02:00
  • 2d224ac3bf Fix cpp-highlights: wrong capture name used in regex Stephan Seitz 2020-06-26 17:12:10 +02:00
  • 3bcd3f7c0c C highlights: Make ? an operator in c highlights Stephan Seitz 2020-06-26 17:28:23 +02:00
  • 68166ad4d5 Fix cpp-highlights: wrong capture name used in regex Stephan Seitz 2020-06-26 17:12:10 +02:00
  • 75bce1dc93 Python highlights: Reset highlighting in f-string interpolation Stephan Seitz 2020-06-24 16:45:17 +02:00
  • 88c8b70560 Python highlights: Add walrus operator Stephan Seitz 2020-06-24 16:42:55 +02:00
  • 0ed1fbf909 continue installing if not reinstalling one parser kiyan42 2020-06-25 12:39:59 +02:00
  • 3e4ea3d890 install can take 'all' as parameter kiyan42 2020-06-25 12:37:01 +02:00
  • 5e91955b6a add command to install all parsers kiyan42 2020-06-25 12:02:06 +02:00
  • 2afd6709f0 continue installing if not reinstalling one parser kiyan42 2020-06-25 12:39:59 +02:00
  • 5726b905c2 install can take 'all' as parameter kiyan42 2020-06-25 12:37:01 +02:00
  • 45fa1f33ca add command to install all parsers kiyan42 2020-06-25 12:02:06 +02:00
  • feb3d597ec Python highlights: Reset highlighting in f-string interpolation Stephan Seitz 2020-06-24 16:45:17 +02:00
  • 106994c74a Python highlights: Add walrus operator Stephan Seitz 2020-06-24 16:42:55 +02:00
  • d04a833e20 fix(locals): compute locals after later tick Steven Sojka 2020-06-24 07:46:40 -05:00
  • 41638b0956 fix(locals): compute locals after later tick Steven Sojka 2020-06-24 07:46:40 -05:00
  • 577141bc34
    Changes suggested in PR Chinmay Dalal 2020-06-24 14:50:41 +05:30
  • dfead6caca Adapt Python highlights to new query syntax Stephan Seitz 2020-06-21 16:32:25 +02:00
  • 51a52b85cf add highlight queries for bash TravonteD 2020-06-22 17:39:54 -04:00
  • 665b30cbf8 Fix formatting Chinmay Dalal 2020-06-23 19:34:40 +05:30
  • 639ffd3e72 Previous commit wasn't saved properly Chinmay Dalal 2020-06-23 19:00:35 +05:30
  • 35dfd7e1f4
    Update CONTRIBUTING.md Thomas Vigouroux 2020-06-23 14:30:01 +02:00
  • 0b9d19a640 Add capture for lambda parameters, remove redundant captures, add -> operator Chinmay Dalal 2020-06-23 16:34:56 +05:30
  • 706c489a1b
    Fix java query Chinmay Dalal 2020-06-23 13:17:49 +05:30
  • 09c2e6e0a7 Fix the ":" in symbols when used in pairs TravonteD 2020-06-22 11:18:34 -04:00
  • 9a5fbd1a3a Fix java query Chinmay Dalal 2020-06-23 11:48:23 +05:30
  • 530ece2b7f add highlight queries for bash TravonteD 2020-06-22 17:39:54 -04:00
  • da1bfd6e91 Fix the ":" in symbols when used in pairs TravonteD 2020-06-22 11:18:34 -04:00
  • def8c20dd7 rename and finish ft->lang migration kiyan42 2020-06-22 11:56:55 +02:00
  • 2723290a4d rename and finish ft->lang migration kiyan42 2020-06-22 11:56:55 +02:00
  • 30dbf73113
    Merge pull request #98 from theHamsta/disclaimer Kiyan Yazdani 2020-06-21 23:42:41 +02:00
  • 3000b878fe fix: separate queries with newlines Thomas Vigouroux 2020-06-21 23:06:13 +02:00
  • 895216014b Add disclaimer to README.md Stephan Seitz 2020-06-21 17:39:58 +02:00
  • 050ea2fd6f
    Merge pull request #101 from stsewd/fix-parser-ulr Kiyan Yazdani 2020-06-21 21:08:47 +02:00
  • 171c7e4bcf Fix bash parser url Santos Gallegos 2020-06-21 13:47:56 -05:00
  • bab7fd76f2
    Fix bracket and whitespace Chinmay Dalal 2020-06-21 23:36:02 +05:30
  • f7ee3b76d1
    Improve java parameter capture Chinmay Dalal 2020-06-21 23:34:28 +05:30
  • 3364a303e4
    Fix capture (java method parameters) Chinmay Dalal 2020-06-21 23:32:32 +05:30
  • ec903ac99d fix(statusline): don't call if no parser Thomas Vigouroux 2020-06-21 19:50:24 +02:00
  • b84fde9718
    Merge pull request #96 from theHamsta/python-__dunder__ Thomas Vigouroux 2020-06-21 19:46:23 +02:00
  • 2c81ec3918
    Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypes Kiyan Yazdani 2020-06-21 17:32:37 +02:00
  • b60f05c679 Deactivate highlighting of @error Stephan Seitz 2020-06-21 17:14:29 +02:00
  • a85cf1a47c Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python highlights Stephan Seitz 2020-06-21 17:00:17 +02:00
  • a326f57fd6 Adapt Python highlights to new query syntax Stephan Seitz 2020-06-21 16:32:25 +02:00
  • 969d496f3f
    Merge pull request #72 from doubleloop/python Stephan Seitz 2020-06-21 16:22:53 +02:00
  • 7a347c3394
    Merge pull request #91 from TravonteD/sibling-refactor Thomas Vigouroux 2020-06-21 10:31:40 +02:00
  • 0b4d4b4140 Updated python highlights Jakub Łuczyński 2020-06-02 15:59:13 +02:00
  • 0f836e0602 refactor: use newly introduced consolidated syntax TravonteD 2020-06-19 09:59:27 -04:00
  • a188d4ff91
    Fix spaces Chinmay Dalal 2020-06-20 17:12:07 +05:30
  • 40cc924bf4
    Refactor (new syntax) Chinmay 2020-06-20 17:08:04 +05:30
  • df17a48c85 refactor: parser list and lang->ft/ft->lang kiyan42 2020-06-20 12:21:42 +02:00
  • 7372837300
    Capture parameters in declaration Chinmay Dalal 2020-06-20 12:46:00 +05:30
  • 5ea748aab5 fix(install): remove .gitignore from parser directory Steven Sojka 2020-06-19 11:09:49 -05:00
  • ad636f4f53 fix: declare parse names as their appropriate filetype and change clone url kiyan42 2020-06-19 14:22:43 +02:00
  • 516671fe9f
    Merge pull request #89 from kyazdani42/refacto/remove-buf-state-and-api Thomas Vigouroux 2020-06-19 15:45:28 +02:00
  • cf72524b2f add winnr to get_node_at_cursor kiyan42 2020-06-19 14:13:23 +02:00
  • cabe61ac19 update docs kiyan42 2020-06-19 13:51:09 +02:00
  • 38af29a912 refacto: remove buf_state kiyan42 2020-06-19 13:45:33 +02:00
  • 772aa4c169
    Merge pull request #88 from PitcherTear22/master Thomas Vigouroux 2020-06-17 18:19:19 +02:00
  • 031e3e45c4
    Give credits Chinmay Dalal 2020-06-17 18:01:53 +05:30
  • 3302dd3a5b
    Give credits Chinmay Dalal 2020-06-17 18:01:29 +05:30
  • 81e8f3dbc2
    Merge pull request #87 from steelsojka/fix/js-boolean-fix Kiyan Yazdani 2020-06-15 23:15:15 +02:00
  • 470b88279c
    Merge pull request #86 from steelsojka/feat/json Kiyan Yazdani 2020-06-15 23:14:45 +02:00
  • 7bc746f3f0 feat(lang): add json highlights Steven Sojka 2020-06-15 13:13:26 -05:00
  • a896f5579d fix(javascript): set booleans to boolean highlights Steven Sojka 2020-06-15 15:11:07 -05:00
  • 79556b4155
    Merge pull request #85 from PitcherTear22/master Thomas Vigouroux 2020-06-15 20:26:09 +02:00
  • a6c426b2bd
    Fix types Chinmay Dalal 2020-06-15 23:23:17 +05:30
  • 6a7ad3f011
    Add java to supported languages Chinmay Dalal 2020-06-15 23:12:20 +05:30
  • d262d4101e
    Add operators Chinmay 2020-06-15 22:45:56 +05:30
  • dd7e67ddb4
    Merge pull request #79 from steelsojka/feat/typescript-queries Kiyan Yazdani 2020-06-15 18:28:10 +02:00
  • 042464c1c5
    Fix method highlighting Chinmay 2020-06-15 21:48:50 +05:30
  • 91d0c60a98
    Merge pull request #83 from theHamsta/fixup-cpp-locals Thomas Vigouroux 2020-06-15 16:48:33 +02:00
  • a600be80b6 chore(queries): use inherited queries for ts/js Steven Sojka 2020-06-15 08:53:49 -05:00
  • 4551b0e1c9 Merge branch 'master' into feat/typescript-queries Steven Sojka 2020-06-15 07:05:20 -05:00
  • 0671c0c6a2 Fixup: Introduce base languages for queries Stephan Seitz 2020-06-15 12:07:50 +02:00
  • c452d4a91c
    Merge pull request #63 from theHamsta/cpp-locals Kiyan Yazdani 2020-06-15 12:07:16 +02:00