Commit Graph

  • b583247fd7 Allow nested strings in interpolated strings Keith Smiley 2016-01-08 16:38:51 -08:00
  • f2ce1a39a9 Handle multiple closure indents Keith Smiley 2016-01-08 16:35:23 -08:00
  • 624e1a4778 Remove comment special casing Keith Smiley 2016-01-08 16:26:46 -08:00
  • 8d5578d417 Fix multiline paren indenting Keith Smiley 2016-01-08 16:21:37 -08:00
  • 7db0cb4226 Fix closing square bracket indent Keith Smiley 2016-01-08 15:46:54 -08:00
  • fa61881d9c Everything contains everything! Keith Smiley 2016-01-08 14:51:04 -08:00
  • d87608dcd1 Operators also should be highlighted in literals Keith Smiley 2016-01-08 14:46:20 -08:00
  • 7081de3cbe Literal wrappers can contain methods Keith Smiley 2016-01-08 14:42:33 -08:00
  • 66474b647a Single forward slash terminates type wrappers Keith Smiley 2016-01-08 14:37:03 -08:00
  • 72ec3f8df3 Reindent switch statement cases with : Keith Smiley 2016-01-08 13:04:00 -08:00
  • 98cb48e309 Add new swift comment identifiers Keith Smiley 2016-01-08 12:57:22 -08:00
  • 3429aa2e7e Merge pull request #70 from gfontenot/gf-remove-indentation Keith Smiley 2015-10-20 13:34:59 -07:00
  • c18e48c756 Remove indentation settings Gordon Fontenot 2015-09-15 10:50:12 -04:00
  • 091fbad512 Fix indent picking wrong brackets Keith Smiley 2015-10-18 18:00:17 -07:00
  • 39a5abebed Handle more indention cases, now without smartindent Keith Smiley 2015-10-18 16:48:46 -07:00
  • c22863f258 Enforce smartindent Keith Smiley 2015-10-18 15:55:54 -07:00
  • f6279335a4 Fix broken syntax checking Keith Smiley 2015-10-18 15:54:43 -07:00
  • 51777f39d5 Fix ] indent issue Keith Smiley 2015-10-18 14:39:53 -07:00
  • 5e77f97c4d Force vim to sync 100 lines Keith Smiley 2015-10-18 13:22:18 -07:00
  • 805ed38631 Ignore the - in swift docstring comments Keith Smiley 2015-10-18 13:16:35 -07:00
  • fe3845e820 Add highlighting for doccomments Keith Smiley 2015-10-18 12:57:12 -07:00
  • 375b1dd573 Handle if statement indention with empty bodies Keith Smiley 2015-10-18 12:46:59 -07:00
  • 6a20018b90 Fix comment and string indentation issue Keith Smiley 2015-10-18 12:33:32 -07:00
  • 9b826d44bf Add backtick example Keith Smiley 2015-10-18 11:23:08 -07:00
  • 53022ae8f0 Backtick surrounded words Keith Smiley 2015-10-18 11:20:49 -07:00
  • 05ffeb0c78 Highlight unnamed closure arguments Keith Smiley 2015-10-17 18:09:51 -07:00
  • 244063386b Fix backslashes breaking syntax highlighting Keith Smiley 2015-10-17 18:08:14 -07:00
  • 768ce0289e Improve indent near comments Keith Smiley 2015-10-17 17:09:52 -07:00
  • 215ace628d Merge pull request #57 from ajh17/multiple-protocols Keith Smiley 2015-10-17 15:52:26 -07:00
  • 1e04ee9224 Merge pull request #56 from ajh17/swift2-available Keith Smiley 2015-10-17 15:49:42 -07:00
  • 2eb0aac6a4 Merge pull request #55 from ajh17/underscore-padded-numbers Keith Smiley 2015-10-17 15:48:11 -07:00
  • ff66f6cdb1 Merge pull request #63 from kattrali/add-throw-keyword Keith Smiley 2015-10-17 15:47:14 -07:00
  • 4079e6d5e4 Add throw keyword Delisa Mason 2015-10-17 15:37:58 -07:00
  • 77c541c8b3 Merge pull request #61 from kylef/kylef/keywords Keith Smiley 2015-10-10 11:44:22 -07:00
  • 2800cf2b0a Add missing keywords Kyle Fuller 2015-10-10 11:04:55 -07:00
  • 3bfe5e076c Merge pull request #60 from kylef/kylef/atexit Keith Smiley 2015-10-10 10:56:11 -07:00
  • 6018be30d2 Add atexit keyword Kyle Fuller 2015-10-10 10:55:13 -07:00
  • 3ef5669ce6 Remove Swift.vim syntastic checker Keith Smiley 2015-09-10 16:31:52 -07:00
  • 4c6d3c8699 Fix an issue with highlighting multiple protocol conformance Akshay Hegde 2015-09-07 11:22:42 -07:00
  • af39344223 Remove highlighting for availability arguments Akshay Hegde 2015-09-07 10:22:40 -07:00
  • 6a2d8be0a2 Fix highlighting for multiple protocol conformance Akshay Hegde 2015-09-07 03:49:08 -07:00
  • aee9527621 Add support for availability arguments Akshay Hegde 2015-09-07 02:59:46 -07:00
  • 91cc1e63cb Improve highlighting of #available condition Akshay Hegde 2015-09-07 00:57:11 -07:00
  • 3d9d130b6f Improve parsing of underscore padded numbers Akshay Hegde 2015-09-06 23:51:51 -07:00
  • 05fbee827d Allow many underscores for underscore padded number Akshay Hegde 2015-09-06 23:27:20 -07:00
  • 456c8d3cc7 Rename swiftConditionalAttributes => swiftConditionStatement Akshay Hegde 2015-09-06 23:25:24 -07:00
  • 0fdbf9b253 Highlight @available/#available attributes Akshay Hegde 2015-09-06 22:37:38 -07:00
  • b616f5eeb4 Fix highlighting for underscore separated numbers Akshay Hegde 2015-09-06 21:47:25 -07:00
  • 13d82c4596 Merge pull request #53 from aclissold/noescape Keith Smiley 2015-08-25 09:46:53 -07:00
  • 91a7602818 Add @noescape attribute Andrew Clissold 2015-08-25 11:11:58 -04:00
  • 70b5f25ff1 Merge pull request #44 from ajh17/swift2 Keith Smiley 2015-06-12 09:52:40 -07:00
  • a3b67038fe Update swift keywords and attributes for Swift 2 Akshay Hegde 2015-06-11 22:40:17 -07:00
  • 8f4b96453c Merge pull request #41 from Yasumoto/patch-1 Keith Smiley 2015-05-07 14:50:54 -07:00
  • d70eb1f3cc Update README.md Joe Smith 2015-05-07 14:50:16 -07:00
  • 0b414daa47 Update readme for github username change Keith Smiley 2015-05-04 10:25:57 -07:00
  • 32bf755fb2 Update github username Keith Smiley 2015-05-04 10:14:36 -07:00
  • fc63fb31f8 Remove ! and ? as keyword characters Keith Smiley 2015-04-18 12:37:02 -07:00
  • 48266b6d95 Fix multiple class/protocol conformances Keith Smiley 2015-04-18 10:43:00 -07:00
  • 5404d287f6 Fix URL issues, add example ks-url-fix Keith Smiley 2015-04-18 10:39:51 -07:00
  • d11cae4af0 Remove swiftLiteralWrapper for now. Keith Smiley 2015-02-22 19:49:03 -06:00
  • e8b6f8243f Merge pull request #34 from ajh17/swift-method-highlight Keith Smiley 2014-12-16 13:23:05 -08:00
  • e1f922bb1b Add syntax highlighting for swift methods. Akshay Hegde 2014-12-14 23:12:16 -08:00
  • f405c0d391 Fix * highlighting Keith Smiley 2014-12-14 15:30:23 -08:00
  • a04e06aedc Small cleanup Keith Smiley 2014-12-13 11:57:25 -08:00
  • 86ec27baed Fix multi-line function declaration Keith Smiley 2014-12-09 10:23:44 -08:00
  • b3a239bd87 Attempt indentkeys removal Keith Smiley 2014-12-06 13:26:24 -08:00
  • f5ace28838 Remove brackets from indentkeys Keith Smiley 2014-12-06 03:33:43 -08:00
  • a64f298efb Remove logging Keith Smiley 2014-12-05 23:05:33 -08:00
  • 40746f1104 Cleanup a bit Keith Smiley 2014-12-05 23:03:25 -08:00
  • f20ecf18ca Case statements Keith Smiley 2014-12-05 22:38:19 -08:00
  • 2454d0d6a7 Handle square brackets Keith Smiley 2014-12-05 22:19:48 -08:00
  • 3ab34b1435 Moving away from cindent Keith Smiley 2014-12-05 22:01:20 -08:00
  • f9a14e4e15 Working on indentation Keith Smiley 2014-12-05 21:21:46 -08:00
  • b75c9d59d0 Add first syntastic checker Keith Smiley 2014-12-09 11:53:14 -08:00
  • 9931aa6fbe Merge pull request #32 from Keithbsmiley/ks-comment-fix Keith Smiley 2014-12-08 19:27:04 -08:00
  • 2d00be335b Move comment pattern, update division operator Keith Smiley 2014-12-07 16:04:34 -08:00
  • be757db8a8 Remove oneline argument from swiftString Keith Smiley 2014-12-05 19:49:58 -08:00
  • cfa66353b1 Fixes curly braces in strings affecting indentation Keith Smiley 2014-11-22 18:57:30 -08:00
  • 83b452558c Add syntax highlighting for new swift attributes. Akshay Hegde 2014-11-19 14:16:28 -08:00
  • 0676b14283 Update readme Keith Smiley 2014-11-17 15:43:04 -08:00
  • 17d3475f58 Fix unrelated function issue Keith Smiley 2014-10-22 13:54:31 -07:00
  • 73283a19b0 Fix some indentation issues Keith Smiley 2014-10-22 13:48:09 -07:00
  • aca200b29b Read first line for shebang Keith Smiley 2014-10-20 14:28:09 -07:00
  • 21e44fa889 4 space indent Keith Smiley 2014-08-30 10:24:13 -07:00
  • 1acdb2f128 Fix square bracket indents Keith Smiley 2014-08-24 18:35:48 -07:00
  • edcbcd7bcb Syntax updates Keith Smiley 2014-08-24 17:42:02 -07:00
  • b0f447f9db Add type example Keith Smiley 2014-08-17 08:04:41 -07:00
  • 48ffa96671 Fix the syntax for Type tokorom 2014-08-17 15:59:40 +09:00
  • 7e27b83548 Revert "Remove completion function" Keith Smiley 2014-08-16 16:16:42 -07:00
  • d7fd8e73d0 Give up aligning by colons Keith Smiley 2014-08-16 15:21:58 -07:00
  • 7e0eb6d668 Fix nested parens in multiline declarations Keith Smiley 2014-08-16 14:39:43 -07:00
  • a640cfdd1a Fix previousNum comparison that was commented out Keith Smiley 2014-08-16 14:21:32 -07:00
  • 1ffd1454a4 Indent multi line paren stuff Keith Smiley 2014-08-16 14:18:23 -07:00
  • f32f915ecf Remove completion function Keith Smiley 2014-08-16 14:02:49 -07:00
  • fdb1ac8e71 Fix indenting with == Keith Smiley 2014-08-16 13:52:10 -07:00
  • 9a31e2fbfc Example for Keith Smiley 2014-08-14 08:54:08 -07:00
  • bb44e71630 Fix swiftOperator syntax for / and * tokorom 2014-08-14 18:42:30 +09:00
  • bcc90ad493 Fix indented block comments Keith Smiley 2014-08-04 10:49:35 -07:00
  • 0b3fdad8b1 Multi line comment folding Keith Smiley 2014-08-04 10:45:05 -07:00
  • b816d9a6d5 Comment spell checking Keith Smiley 2014-08-04 10:42:54 -07:00