emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/kotlin-mode created (now 3e0c34087b)


From: ELPA Syncer
Subject: [nongnu] branch elpa/kotlin-mode created (now 3e0c34087b)
Date: Sat, 29 Jan 2022 08:25:04 -0500 (EST)

elpasync pushed a change to branch elpa/kotlin-mode.

        at  3e0c34087b Merge pull request #61 from taku0/make_underbar_symbol

This branch includes the following new commits:

       new  c8bbbb4e5a initial commit
       new  ec34e8627d Cask: Refactor - Sort depends-on
       new  193fcc6e16 Add kotlin-mode.el
       new  59e8dc97dd kotlin-mode: Define kotlin-mode
       new  2c9598c4e6 kotlin-mode: Define a hook after entering kotlin-mode
       new  7b3cd74794 kotlin-mode: Define keymap used by kotlin-mode
       new  a4a405fcd8 kotlin-mode: Add a syntax-table for kotlin-mode
       new  1795847372 kotlin-mode: syntax-table - Define b-style comment
       new  20dca19dba kotlin-mode: syntax-table - Define strings
       new  b23bbf758e kotlin-mode: Use kotlin-mode-syntax-table
       new  81a49e95e6 kotlin-mode: Add kotlin-mode-font-keywords
       new  87c65e8f9b kotlin-mode: Use kotlin-mode-font-lock-keywords
       new  d2436b8763 Cask: Use rx
       new  019b2aea77 kotlin-mode: Define misc keywords
       new  cbeeef8986 kotlin-mode: Define type declaration keywords
       new  ea74bb577a kotlin-mode: Define function declaration keywords
       new  7acab12dc5 kotlin-mode: Define val declaration keywords
       new  0c7ca08d99 kotlin-mode: Define statement keywords
       new  b6bb8de0cf kotlin-mode: Define context variables keywords
       new  d801f5c5cf kotlin-mode: Define keywords
       new  3c9b24eb04 kotlin-mode: Highlight keywords
       new  ddec669c12 kotlin-mode: Highlight types
       new  fe905c587a kotlin-mode: Highlight classes/enums
       new  07908984b1 kotlin-mode: Define constants keywords
       new  834620e371 kotlin-mode: Highlight constants
       new  6837e4a6b1 kotlin-mode: Treat `_' as being a valid part of word
       new  25f6524edf kotlin-mode: Highlight value bidnings
       new  5415f6e320 kotlin-mode: Define modifier keywords
       new  56cfb15910 kotlin-mode: Highlight function names
       new  3b10a6a97f kotlin-mode: Highlight modifier
       new  c91a82b864 kotlin-mode: Highlight try-`catch-finally'
       new  6cfa5b71cf kotlin-mode: Define property keywords
       new  39db5b6208 kotlin-mode: Highlight properties
       new  fdadc96898 kotlin-mode: Defin initializer keywords
       new  4aabdd99b9 kotlin-mode: Highlight constructor/initializer blocks
       new  300acc2341 kotlin-mode: Highlight package names
       new  a659099864 kotlin-mode: Add 
kotlin-mode--syntax-propertize-interpolation
       new  c6207be613 kotlin-mode: Add kotin-mode--syntax-propertize-function
       new  a174f5ba44 kotlin-mode: Add kotlin-mode--match-interpolation
       new  9314dd61f6 kotlin-mode: Use syntax-propertize-function
       new  c051947e27 kotlin-mode: Highlight string interpolations
       new  613539eedc Fix trailing parentheses
       new  b4b1ace8cc In kotlin-mode.el: (c) -> ©
       new  8e4018e7a5 Added new keywords to kotlin-mode
       new  34947b6b35 Added 'data class' as a keyword
       new  42b7af8122 'data class' -> 'data'
       new  78db8656d4 Fixed font lock for types
       new  ffeb70e788 Temporarily disable syntax highlighting for "by", "get", 
"set", "in", and "out"
       new  748fcbbec9 Fix bug in regular expression
       new  9762ca895d The characters '?' and '!' are now font-locked properly 
in types
       new  70d36a45c9 Add comment syntax
       new  1624e7d795 add 'nested' and 'inner' class modifiers
       new  c40557c411 Merge pull request #1 from gergoerdi/master
       new  8910b4bf55 Add "as" to set of statement keywords
       new  4f1d0a3919 Add 'interface' as a type decl keyword
       new  ffd69308ab Handle all typedecl keywords the same way
       new  b2c51ab7ba Merge pull request #2 from gergoerdi/master
       new  4787bf94c1 Ignore dist folder produce by `cask package`
       new  6c5531cd6f Add autoload cookie to the kotlin-mode
       new  2f3d991159 Remove redundant declaration of hook and keymap
       new  e45a8f73e7 Declare dependency on Emacs 24.3, for setq-local
       new  4aef379a2a Removed rx dependency from Caskfile
       new  565a266142 Add kt to auto-mode-alist to trigger kotlin-mode
       new  0d89426a75 Merge branch 'package-improvements' of 
https://github.com/rexim/kotlin-mode
       new  043615d3c3 Merge branch 'master' of 
https://github.com/purcell/kotlin-mode
       new  c3942942a8 Merge branch 'patch-1' of 
https://github.com/jasonm23/kotlin-mode
       new  a02410bc5d adds better indentation support for kotlin
       new  04aa6eab91 handles parens while indenting
       new  d9d77ed459 indentation logic handling lambdas
       new  b689626987 handle } else { lines for indentation
       new  b4ec722a4c lexical-binding setting must be at first line
       new  865e55fb4b Merge pull request #2 from syohex/fix-package
       new  ed5bb641a9 makes tab-width configurable
       new  80f51689bf add readme
       new  81b869a98c consistent naming
       new  49ef724e96 additional keywords and smarter highlighting
       new  82db4dce0c basic indentation test
       new  52c8099b45 Merge pull request #1 from taktoa/master
       new  c35ef85b0a Merge pull request #2 from rexim/package-improvements
       new  cd4901acc6 Merge pull request #6 from jasonm23/patch-1
       new  afbf3ae8fe Merge branch 'master' of 
https://github.com/gregghz/kotlin-mode into gregghz-master
       new  fa8f063a1e Merge branch 'gregghz-master'
       new  257647d5d6 handle chained method calls on multiple lines
       new  34d89566b4 First stab at a README.
       new  37b93116c9 A couple of corrections to the README.
       new  c65c96a51a fixes close bracket indentation
       new  e1540a5ddf Merge pull request #10 from gregghz/master
       new  f54da34b3f Merge pull request #11 from russel/master
       new  f42a0745dd Ignores blank lines when finding indent level
       new  9e2e4c11fe Merge pull request #13 from gregghz/whitespace-indent
       new  ad16798e02 Set proper indentation for closing brackets preceded by 
a blank line
       new  6a579f6549 Require cc-cmds to load the definition of 
c-indent-line-or-region
       new  e5c6d845e6 Merge pull request #19 from 
gregghz/fixes-closing-bracket-indentation
       new  e5ee4c4bd2 Merge pull request #20 from Thrip/master
       new  d4e97ffa4b Switch from using a Bash script to using Make for the 
tests. Though 'cask exec eert-runner' also works to run the tests.
       new  72a2bf2347 Add a file to get Travis-CI to run the test suite.
       new  6d679ed0da Treat use of make as redundant, assume people will use 
'cask exec ert-runner' to run the tests.
       new  1ed0c5589e Merge pull request #22 from russel/master
       new  b91bab57b6 Adding REPL support, credit to 
https://github.com/sarvex/kotlin-mode
       new  b2085f5315 Put key-binding to README
       new  eb7183e47b Merge pull request #25 from tninja/master
       new  ebcf6f3730 switch to tab-width
       new  734b08408c Add send-{block,buffer,line,region}-and-focus functions
       new  a2c2628d55 Merge pull request #27 from trevorsummerssmith/more-focus
       new  8574583b30 Fix highlighting escaped identifiers in interpolations
       new  eb3704e0e2 Set adaptive-fill-regexp to comment-start-skip
       new  77d709ab54 Merge pull request #30 from 
CyberShadow/pull-20180624-142858
       new  1b6d311168 Merge pull request #31 from jojojames/master
       new  5d83221994 1x indent inside parenthesis
       new  666187a086 Merge pull request #33 from mikegolod/issue-32
       new  3b9b51801a auto-enable kt mode for kotlin scripts (e.g. for 
build.gradle.kts)
       new  002dd1497c Merge pull request #36 from mikegolod/issue-35
       new  472ae23d6a Fix syntax highlighting of star-projected types
       new  0e542ae2f7 Merge pull request #37 from 
cjfuller/fix-star-projected-types
       new  f08724b978 Improve handling of bracket-based indentation
       new  41eaed3e38 Remove overwritten <tab> key mapping so that region 
indentation works
       new  76921927de Add a test for correct indentation of sample.kt, and get 
it to pass (with a few tweaks)
       new  2467eceee3 Properly indent multi-line comment blocks
       new  9fa0d75997 Tidy up bracked-based indentation into a class, and fix 
bugs
       new  36b030022e Improve identification and handling of line continuation
       new  511e0a4ee3 Add in more kotlin keywords and indent get/set methods 
for properties
       new  5e9aff2ae9 Fix tests to run in the expected test environment.
       new  d6720fe9bc Merge pull request #40 from martinblake/master
       new  c7f53d4137 Save point and mark when sending a block to the 
interpreter
       new  b2d5ff65fc Highlight single quotes and back quotes
       new  21ae667561 Add highlighted keywords
       new  3c48b34e0d Delete unused function
       new  dd24461721 Add prefix to class methods
       new  ea5f378e40 Merge pull request #43 from taku0/add-prefix-to-methods
       new  b4b575ce3a Merge pull request #41 from ppareit/master
       new  6aa6d56c0a Merge pull request #42 from taku0/add_keywords
       new  5dbf5dbf5f Add *~ to .gitignore
       new  7de9cc101a Add *.elc to .gitignore
       new  fd099c806b Propertize multiline strings
       new  1f57bb5a92 Fix test runner in .travis.yml
       new  002b5dfc21 Use an older baseline emacs version in travis
       new  e8100a9070 Adds more emacs versions to test matrix
       new  2f8a57ba64 Comment out failing emacs versions and link associated 
bugs
       new  96b37d211c Merge pull request #45 from taku0/add_backup_to_gitignore
       new  3062e14ac0 Merge pull request #47 from 
Emacs-Kotlin-Mode-Maintainers/emacs-version-test
       new  0649b358f2 Make compatible with 24.3
       new  0786e24d70 Merge pull request #44 from 
taku0/propertise-multiline-strings
       new  639203bf84 Require cl-lib instead of cl
       new  e75f8b0113 Make compatible with Emacs 24.3
       new  d8d6461395 Fix warnings in tests
       new  5898586ac4 Refactor indentation logic
       new  b86f9b4607 Fix indentation after comment containing close brackets
       new  1f60b01659 Fix indentation of multiline comment at the beginning of 
buffer
       new  653f82488c Merge pull request #48 from taku0/fix-for-24.3
       new  42fa1402a1 Merge pull request #49 from taku0/fix-warnings
       new  953bb91328 Merge pull request #50 from taku0/fix-comment-at-bob
       new  ab61099682 use 4 for defualt tab width
       new  29730e7908 Add Makefile
       new  8e6dd578f2 Merge pull request #52 from taku0/add-makefile
       new  9fba76ff2b Fix highlighting of backquotes
       new  0e4bafb31d Merge pull request #57 from taku0/fix-backquote
       new  5d2d7b4f5a Make underscore and at sign as a part of a symbol
       new  b9d03a769b Add version attribute
       new  876cc27dc1 Merge pull request #63 from phikal/patch-1
       new  86b94d7d34 Add LICENSE file
       new  a51321a4d1 Merge pull request #64 from phst/license
       new  3e0c34087b Merge pull request #61 from taku0/make_underbar_symbol




reply via email to

[Prev in Thread] Current Thread [Next in Thread]