Skip to content

Commit

Permalink
; lisp/progmodes/java-ts-mode.el: Fix more typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
skangas committed Dec 8, 2022
1 parent 2659311 commit 9c21eae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisp/progmodes/java-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.


;;; Commentary:
;;

Expand Down Expand Up @@ -126,7 +125,7 @@
"!=" "==" "*" "/" "%" "<" "<=" ">" ">="
"-=" "+=" "*=" "/=" "%=" "->" "^" "^="
"|=" "~" ">>" ">>>" "<<" "::" "?" "&=")
"C operators for tree-sitter font-locking.")
"Java operators for tree-sitter font-locking.")

(defvar java-ts-mode--font-lock-settings
(treesit-font-lock-rules
Expand Down Expand Up @@ -243,7 +242,7 @@
:language 'java
:feature 'delimiter
'((["," ":" ";"]) @font-lock-delimiter-face))
"Tree-sitter font-lock settings.")
"Tree-sitter font-lock settings for `java-ts-mode'.")

(defun java-ts-mode--imenu-1 (node)
"Helper for `java-ts-mode--imenu'.
Expand Down

0 comments on commit 9c21eae

Please sign in to comment.