elpasync pushed a change to branch elpa/powershell.

        at  587d847f3cb Merge pull request #47 from juergenhoetzel/editorconfig

This branch includes the following new commits:

       new  691c1a27917 Initial Commit.
       new  e41abe820ff Update to newer version on Emacs wiki.
       new  cdf627cf5dc Cleanup long lines and apply checkdoc fixes.
       new  02ec778c22c Add .gitignore and ignore compiled elisp.
       new  3f2acf90fad Use lexical binding.
       new  dc8749ddf33 Apply byte-compiler fixes.
       new  e6265a3155d Remove extra newlines.
       new  78c942ed168 Fix spelling and line wraps.
       new  6d4c6464f4e Doc string cleanup.
       new  7c85ca7a2e3 Fix checkdoc errors.
       new  313da3930c2 Prevent byte compilation errors.
       new  8d9e916eb58 Move requires to top of code.
       new  213cb0fa94b Remove reduntant closing section.
       new  fd3c55f4dfa Move ;; Code declaration and add file extenstion hook.
       new  5a08075ef1a Use define-derived-mode to simplify code.
       new  3130924385b Add autoload cookie to powershell-mode.
       new  8e366fc6686 Add normal documentation to powershell-mode.
       new  1aa74a4a9b5 Merge powershell.el into powershell-mode.el.
       new  7c3e13b3373 Rename powershell-mode.el to powershell.el.
       new  3a976ab47e9 Add autoload cookie to powershell.
       new  754b1d2cd39 Cleanup commentary and remove redundant licenses.
       new  c05e8d4fe5e Fix file name in header and move lexical-binding to 
beginning of file
       new  07ecb7c3872 Merge pull request #2 from lunaryorn/patch-1
       new  72609d9f37c fix font encoding errors
       new  ec00ce31133 simplify imports
       new  3484240d828 remove unused var: explicit-powershell.exe-args
       new  6da4f8faabb Require emacs 24, bump version
       new  cbbf9f785e3 add history
       new  461d0d5a482 re-add explicit-powershell.exe-args
       new  b197e7954f7 Merge pull request #3 from jschaf/add-exe-args
       new  4a94702d1a6 Fix Frédéric's name.
       new  b97fad56130 Use ?\( etc. to write bracket characters
       new  f59992a0cb7 Merge pull request #5 from Fanael/master
       new  8094b6cffd9 feat: add enum and class as keywords
       new  726c900f197 fix(powershell.el): disable advice, breaks terminal 
colors
       new  4865dff0d20 fix(powershell.el): add LIMIT parameter to looking-back
       new  4eeea99ddb8 chore: update readme with installation information
       new  7316f44d0b5 chore(readme): powershell is included in el-get
       new  e8864fe3031 Fix typo in Package-Requires
       new  348560747fb Merge pull request #13 from omajid/fix-typo-deps
       new  b855dc4031b Don't activate which-function-mode automatically
       new  7feddfc9ea0 Merge pull request #14 from 
wasamasa/bugfix-remove-which-func
       new  eb88b745241 Support ps1, psm1 and psd1 file extensions
       new  3aafb666d94 Update MELPA's URL
       new  72eba46c739 Merge pull request #16 from bbatsov/patch-1
       new  3597d1c976c Merge pull request #15 from 
wasamasa/feature-support-more-extensions
       new  740608e6525 Support Cygwin
       new  0e51db56fdd Merge pull request #17 from juergenhoetzel/master
       new  3c09e1b8706 Replace newline characters in PowerShell functions with 
semicolons.
       new  f690228ea77 add and fix auto indent using electric-pair and also 
remove tab key bind
       new  4e215e4cd68 Merge pull request #22 from kiennq/auto-indent
       new  8d1ae8e044e Defer loading `speedbar`
       new  b6ae591a9f7 Merge pull request #23 from andschwa/master
       new  c9a20e5a8b0 Fix casing of PowerShell
       new  b8be497d897 updated some operators
       new  1896077c84f added some new keywords from about_Language_Keywords 
under PowerShell v6
       new  85165e83eb7 added some new providers from about_Providers under 
PowerShell v6
       new  bbcb91822f1 added new automatic variables from 
about_Automatic_Variables from PowerShell v6
       new  f7f085f2119 added new config variables from 
about_Preference_Variables from PowerShell v6
       new  87cba2c5e05 Merge pull request #24 from NeoISE/master
       new  87826777bd3 Programmatically find powershell executable (#25)
       new  d1b3f956693 Add missing widget types (#29)
       new  2fe5858a837 powershell-location-of-exe: default to 'pwsh'
       new  ce1f0ae0b2e Merge pull request #32 from shawnhatori/default-to-pwsh
       new  c679608023f Fix byte-compilation warnings
       new  803fa4617ef Use _ to prevent unused argument warning
       new  77b27faf8a2 Merge pull request #33 from 
morganwillcock/compilation-warnings
       new  6d14d879227 replace obsoleted font-lock-reference-face with 
font-lock-constant face
       new  f2da15857e4 Merge pull request #34 from kiennq/bug/obs-face
       new  3744d8c2ab9 Use fboundp instead of require
       new  38727f1cdaf Merge pull request #39 from hexmode/master
       new  4e8cb243420 Document ability to use use-package.
       new  92d4d4f9576 Merge pull request #40 from josteink/feature/readme
       new  21538cdfb6f Add Eglot & LSP support
       new  2cb583c2bc4 Merge branch 'squashed_eglot_support'
       new  103a5a0c5e7 No need to check for existing directory
       new  42d587fc51a Merge pull request #42 from 
juergenhoetzel/make-directory-parents
       new  501215fc4e0 Add missing autoload cookie
       new  55d80030486 Merge pull request #43 from juergenhoetzel/autoload
       new  f9a5383f2b8 Install PowerShell LSP to the right directory
       new  9efa1b4d0a3 Merge pull request #44 from 
abougouffa/fix_lsp_install_dir
       new  29e3a9506e4 Remove autoloaded registration of language server in 
Eglot
       new  99e0e73082f Merge pull request #45 from juergenhoetzel/fix-autoload
       new  176f9fb0c29 Rename powershell-indent to powershell-indent-level
       new  587d847f3cb Merge pull request #47 from juergenhoetzel/editorconfig


Reply via email to